From d06462205533a48e6839dc89389fc96d1ce0a452 Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Sat, 5 Oct 2024 08:38:24 +0200 Subject: [PATCH] fix: add key --- components/downloads/SeriesCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/downloads/SeriesCard.tsx b/components/downloads/SeriesCard.tsx index 5fe67611..5c46eb50 100644 --- a/components/downloads/SeriesCard.tsx +++ b/components/downloads/SeriesCard.tsx @@ -44,7 +44,7 @@ export const SeriesCard: React.FC<{ items: BaseItemDto[] }> = ({ items }) => { {seasonItems.sort(sortByIndex)?.map((item, index) => ( - + ))}