From 2908a0d70790def919d4e0ca53778b353092c7f3 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 14 Aug 2024 08:41:58 -0400 Subject: [PATCH] fix: don't show popular tags when browsing for a specific tag --- client/src/components/Releases.tsx | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/client/src/components/Releases.tsx b/client/src/components/Releases.tsx index a7d0d6b87..435a66c3c 100644 --- a/client/src/components/Releases.tsx +++ b/client/src/components/Releases.tsx @@ -50,18 +50,20 @@ const Releases = () => { `} > {" "} - - -

Popular Tags

-
- tag.tag)} /> -
-
-
+ {!tag && ( + + +

Popular Tags

+
+ tag.tag)} /> +
+
+
+ )}