Skip to content

Commit

Permalink
chore: fix no tag hit
Browse files Browse the repository at this point in the history
  • Loading branch information
poohcom1 committed Jun 16, 2024
1 parent 88b7010 commit ee6410c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/tagGallery/TagGallery.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ export const TagGallery = () => {
</For>
<Show
when={
viewModel.tags.length > 0 &&
viewModel.tags.filter(isTagFiltered).length === 0 &&
!viewModel.tags.map((t) => t.tag).includes(getTagFilter())
}
Expand Down

0 comments on commit ee6410c

Please sign in to comment.