diff --git a/app/components/itemList.tsx b/app/components/itemList.tsx index 2e24389..895876b 100644 --- a/app/components/itemList.tsx +++ b/app/components/itemList.tsx @@ -17,7 +17,7 @@ export default function ItemList({ isFetching, blacklistItems, showDialog }: { i
{blacklistItems.map((item) => { - return + return })}