From a48a42106392b85992602b74b17cb34e0a1cceb2 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Wed, 27 Mar 2024 00:03:48 -0500 Subject: [PATCH] Provide keys explicitly in --- src/tag/PhotoTags.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tag/PhotoTags.tsx b/src/tag/PhotoTags.tsx index 6eec2af3..e9273fee 100644 --- a/src/tag/PhotoTags.tsx +++ b/src/tag/PhotoTags.tsx @@ -14,8 +14,8 @@ export default function PhotoTags({ {tags.map(tag => <> {isTagFavs(tag) - ? - : } + ? + : } )} );