Skip to content

Commit

Permalink
chore: fix render issues with two elements with same id
Browse files Browse the repository at this point in the history
  • Loading branch information
martines3000 committed Oct 23, 2024
1 parent 32bf21a commit d6891a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const POINTS_COLLATERAL: Point[] = [
icon: SYMBOL_TO_ICON.FUEL,
},
{
id: '1',
id: '2',
name: 'Passive Points',
description: (
<div className="text-md">
Expand Down

0 comments on commit d6891a9

Please sign in to comment.