From 1c31458dd408bd52156364bcf995d04ce388c7e3 Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Mon, 19 Aug 2024 22:52:30 +0200 Subject: [PATCH] chore --- app/(auth)/(tabs)/libraries/[libraryId].tsx | 2 +- components/filters/FilterSheet.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/(auth)/(tabs)/libraries/[libraryId].tsx b/app/(auth)/(tabs)/libraries/[libraryId].tsx index 559ca79b..c374eabb 100644 --- a/app/(auth)/(tabs)/libraries/[libraryId].tsx +++ b/app/(auth)/(tabs)/libraries/[libraryId].tsx @@ -309,7 +309,7 @@ const page: React.FC = () => { (item, index) => item && ( ({ setOpen(false); }, 250); }} - key={index} + key={`${index}`} className=" bg-neutral-800 px-4 py-3 flex flex-row items-center justify-between" > {renderItemLabel(item)}