This commit is contained in:
Fredrik Burmester
2024-08-19 22:52:30 +02:00
parent 4c097c557f
commit 1c31458dd4
2 changed files with 2 additions and 2 deletions

View File

@@ -155,7 +155,7 @@ export const FilterSheet = <T,>({
setOpen(false);
}, 250);
}}
key={index}
key={`${index}`}
className=" bg-neutral-800 px-4 py-3 flex flex-row items-center justify-between"
>
<Text>{renderItemLabel(item)}</Text>