diff --git a/frontend/src/components/App/TopBar.tsx b/frontend/src/components/App/TopBar.tsx
index f01ed19f6a..70ebb4509f 100644
--- a/frontend/src/components/App/TopBar.tsx
+++ b/frontend/src/components/App/TopBar.tsx
@@ -399,6 +399,12 @@ export const PureTopBar = memo(
),
},
];
+
+ const visibleMobileActions = processAppBarActions(
+ allAppBarActionsMobile,
+ appBarActionsProcessors
+ ).filter(action => React.isValidElement(action.action) || typeof action === 'function');
+
return (
<>
-
-
-
+ {visibleMobileActions.length > 0 && (
+
+
+
+ )}
>
) : (
<>