diff --git a/components/GenreTags.tsx b/components/GenreTags.tsx index 07155b8c..c555fba4 100644 --- a/components/GenreTags.tsx +++ b/components/GenreTags.tsx @@ -12,11 +12,8 @@ export const GenreTags: React.FC = ({ genres }) => { return ( - {genres.map((genre) => ( - + {genres.map((genre, idx) => ( + {genre} ))}