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 && (