Skip to content

Commit

Permalink
fix(time): change duplicated Nav link component's key (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
SWARVY committed Aug 8, 2024
1 parent 253db78 commit 34e33d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/time/src/widgets/menu/ui/Nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const links = [
<Link key={PATH.LOST} href={PATH.LOST}>
분실물
</Link>,
<Link key={PATH.LOST} href={PATH.LOST}>
<Link key={PATH.FOOD} href={PATH.FOOD}>
학식
</Link>,
] as const;
Expand Down

0 comments on commit 34e33d0

Please sign in to comment.