diff --git a/web/src/components/MemoExplorer/TagsSection.tsx b/web/src/components/MemoExplorer/TagsSection.tsx index 3ec0d9cd4..b40b0b172 100644 --- a/web/src/components/MemoExplorer/TagsSection.tsx +++ b/web/src/components/MemoExplorer/TagsSection.tsx @@ -76,7 +76,7 @@ const TagsSection = observer((props: Props) => { onClick={() => handleTagClick(tag)} > -
+
{tag} {amount > 1 && ({amount})}