Skip to content

Commit

Permalink
Fix: added key to mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Majkipl27 committed Apr 25, 2024
1 parent 73c6814 commit 68fdb89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/search/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export default function Page(): JSX.Element {
Object.keys(items).map((item: any) => {
return (
<ProductsMap
key={item}
products={{
category: item,
data: items[item],
Expand Down

0 comments on commit 68fdb89

Please sign in to comment.