diff --git a/web/components/ui/Content/ActionButtons.tsx b/web/components/ui/Content/ActionButtons.tsx index 6b5443e5e..43fadb8cb 100644 --- a/web/components/ui/Content/ActionButtons.tsx +++ b/web/components/ui/Content/ActionButtons.tsx @@ -68,15 +68,19 @@ const ActionButtons: FC = ({
- setShowNotifyModal(true)} - followItemSelected={() => setShowFollowModal(true)} - /> + {(supportsBrowserNotifications || + supportsBrowserNotifications || + externalActionButtons.length > 0) && ( + setShowNotifyModal(true)} + followItemSelected={() => setShowFollowModal(true)} + /> + )}
);