From 22657ff90a709349597cf6fbc01ef58ba0da76db Mon Sep 17 00:00:00 2001 From: "Tom (plebeius.eth)" Date: Fri, 31 May 2024 17:12:38 +0200 Subject: [PATCH] fix(board buttons): don't show subscribe button in multiboards --- src/components/board-buttons/board-buttons.tsx | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/src/components/board-buttons/board-buttons.tsx b/src/components/board-buttons/board-buttons.tsx index cbefa942..0ae72ab3 100644 --- a/src/components/board-buttons/board-buttons.tsx +++ b/src/components/board-buttons/board-buttons.tsx @@ -117,9 +117,11 @@ export const DesktopBoardButtons = () => { ] [ ]{' '} - - [] - + {isInPostView && ( + + [] + + )} ) : isInCatalogView ? ( <> @@ -129,9 +131,11 @@ export const DesktopBoardButtons = () => { ] [ ]{' '} - - [] - + {!(isInAllView || isInSubscriptionsView) && ( + + [] + + )} ) : ( <>