From 8bf8fb5cbf85ea2e015222a742f18e957be53bf1 Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Sun, 30 Jan 2022 17:45:17 +0100 Subject: [PATCH] Do not show category buttons as long as we do not have any category page --- src/pages/ExplorePage/Categories/Categories.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/ExplorePage/Categories/Categories.tsx b/src/pages/ExplorePage/Categories/Categories.tsx index 59acbca..353a23f 100644 --- a/src/pages/ExplorePage/Categories/Categories.tsx +++ b/src/pages/ExplorePage/Categories/Categories.tsx @@ -17,6 +17,8 @@ export default function Categories() { )} + return (
) + /* return (
{data?.allCategories.map(category => @@ -24,4 +26,5 @@ export default function Categories() { )}
) + */ }