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