From 934c92421f894445940cfd1f134508b8045c6d65 Mon Sep 17 00:00:00 2001 From: MerlinScheurer Date: Mon, 24 Feb 2025 19:03:55 +0100 Subject: [PATCH] Refac make DownloadListItem key more unique --- frontend/src/pages/Download.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/pages/Download.tsx b/frontend/src/pages/Download.tsx index 85325839..950bb18a 100644 --- a/frontend/src/pages/Download.tsx +++ b/frontend/src/pages/Download.tsx @@ -318,7 +318,9 @@ const Download = () => { {downloadList && downloadList?.map(download => { return ( - + );