Skip to content

Commit

Permalink
fix: key prop bug
Browse files Browse the repository at this point in the history
  • Loading branch information
rupali-codes authored Aug 8, 2024
2 parents e96fb3e + 2e5a98c commit f665157
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions components/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ export const Header: FC = () => {
const isActive = label === 'Home' ? isHomeActive : isUrlMatched

return (
<>
<li key={i}>
<a
href={href}
Expand All @@ -85,7 +84,6 @@ export const Header: FC = () => {
<span>{label}</span>
</a>
</li>
</>
)
})

Expand Down

0 comments on commit f665157

Please sign in to comment.