From 47e8c5a37bd31060f737ffd7e88e108e98f46f53 Mon Sep 17 00:00:00 2001 From: Tommaso Casaburi Date: Mon, 16 Mar 2026 14:57:00 +0800 Subject: [PATCH] fix(multiboards): hide archive button slot --- src/components/board-buttons/board-buttons.tsx | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/src/components/board-buttons/board-buttons.tsx b/src/components/board-buttons/board-buttons.tsx index 326204bc..6dd0fd63 100644 --- a/src/components/board-buttons/board-buttons.tsx +++ b/src/components/board-buttons/board-buttons.tsx @@ -602,14 +602,24 @@ export const DesktopBoardButtons = () => { <> {isInCatalogView ? ( <> - [] [ - ]{' '} + [] + {!(isInAllView || isInSubscriptionsView || isInModView) && ( + <> + {' '} + [] + + )}{' '} ) : ( <> - [] [ - ]{' '} + [] + {!(isInAllView || isInSubscriptionsView || isInModView) && ( + <> + {' '} + [] + + )}{' '} )} {showBottomButton && (