Skip to content

Commit

Permalink
Revert "add missing key prop"
Browse files Browse the repository at this point in the history
This reverts commit 4566739.
  • Loading branch information
wtLau committed Apr 12, 2024
1 parent 4566739 commit dbf2b0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/gears.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const Gears = () => {
{gearsData.map(
(ele) =>
ele.type === type && (
<Typography key={ele + type}>
<Typography>
{ele.name}
<Condition condition={!!ele.link}>
{' - '}
Expand Down

0 comments on commit dbf2b0d

Please sign in to comment.