From 615b39a8d8bcba1bc6f41e23ff38acab005242cb Mon Sep 17 00:00:00 2001 From: enes Date: Mon, 16 Dec 2024 13:14:05 +0100 Subject: [PATCH] fix(mod): add keys to categories list --- src/pages/mod/index.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/pages/mod/index.tsx b/src/pages/mod/index.tsx index dc94295..2edec2d 100644 --- a/src/pages/mod/index.tsx +++ b/src/pages/mod/index.tsx @@ -553,6 +553,7 @@ const Body = ({ return ( ) }) - .reduce((prev, curr) => [ + .reduce((prev, curr, i) => [ prev, -
+

>

, curr