From 88a3bdd8918d2c24959a26cb420f74206f51bb0e Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Tue, 26 Nov 2024 22:27:08 +0100 Subject: [PATCH] chore --- components/GenreTags.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) 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} ))}