Skip to content

Commit

Permalink
fix: keys
Browse files Browse the repository at this point in the history
  • Loading branch information
tresabhi committed Oct 18, 2024
1 parent f673aef commit 495f20c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/website/src/components/Compare/CompareTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ export function CompareTable({ stats }: CompareTableProps) {
['turret', 'gun', 'engine', 'chassis'] as const
).map((module, index) => (
<img
key={module}
alt={module}
width={24}
height={24}
Expand Down

0 comments on commit 495f20c

Please sign in to comment.