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) && (
+
+ []
+
+ )}
>
) : (
<>