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()) }