diff --git a/frontend/src/components/TagSidebar.tsx b/frontend/src/components/TagSidebar.tsx index a91966e..d0bf5cc 100644 --- a/frontend/src/components/TagSidebar.tsx +++ b/frontend/src/components/TagSidebar.tsx @@ -104,14 +104,10 @@ export default (({ posts, onClick }: Props) => { {tagsVsbl && ( {posts.length > 0 && TagBlock} )}