From 02edc7cd4ee6b7429f0681cad07c159027135495 Mon Sep 17 00:00:00 2001
From: schroda <50052685+schroda@users.noreply.github.com>
Date: Fri, 6 Sep 2024 23:36:29 +0200
Subject: [PATCH] Add missing key to manga genre list
---
src/components/manga/MangaDetails.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/components/manga/MangaDetails.tsx b/src/components/manga/MangaDetails.tsx
index a8b04894..2d020329 100644
--- a/src/components/manga/MangaDetails.tsx
+++ b/src/components/manga/MangaDetails.tsx
@@ -217,7 +217,7 @@ const DescriptionGenre = ({
}}
>
{genres.map((genre) => (
-
+
))}
>