diff --git a/web/components/ui/Content/Content.tsx b/web/components/ui/Content/Content.tsx index d64eb9754..e4f137b17 100644 --- a/web/components/ui/Content/Content.tsx +++ b/web/components/ui/Content/Content.tsx @@ -245,7 +245,7 @@ export const Content: FC = () => { showNotifyReminder={showNotifyReminder} setShowNotifyModal={setShowNotifyModal} disableNotifyReminderPopup={disableNotifyReminderPopup} - externalActions={externalActions} + externalActions={externalActions || []} setExternalActionToDisplay={setExternalActionToDisplay} setShowFollowModal={setShowFollowModal} externalActionSelected={externalActionSelected}