diff --git a/src/pages/main/components/chips/Chips.tsx b/src/pages/main/components/chips/Chips.tsx index 67bd75c3..6d14af0f 100644 --- a/src/pages/main/components/chips/Chips.tsx +++ b/src/pages/main/components/chips/Chips.tsx @@ -18,11 +18,11 @@ const Chips = ({ handleGenre }: { handleGenre: (value: string) => void }) => { setChipState("ALL"); }} /> - {CHIP_LIST.map((item) => { + {CHIP_LIST.map((item, i) => { const GenreIcon = item.icon ? item.icon : () => <>; return ( }