From ee6410cbd02ca6912cad8551f3d4dd6458e013fe Mon Sep 17 00:00:00 2001 From: poohcom1 Date: Sun, 16 Jun 2024 20:04:22 +0700 Subject: [PATCH] chore: fix no tag hit --- src/components/tagGallery/TagGallery.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/tagGallery/TagGallery.tsx b/src/components/tagGallery/TagGallery.tsx index f349850..d82911d 100644 --- a/src/components/tagGallery/TagGallery.tsx +++ b/src/components/tagGallery/TagGallery.tsx @@ -168,6 +168,7 @@ export const TagGallery = () => { 0 && viewModel.tags.filter(isTagFiltered).length === 0 && !viewModel.tags.map((t) => t.tag).includes(getTagFilter()) }