fix(ui): fallback to an empty array. Closes #3116
This commit is contained in:
@@ -245,7 +245,7 @@ export const Content: FC = () => {
|
|||||||
showNotifyReminder={showNotifyReminder}
|
showNotifyReminder={showNotifyReminder}
|
||||||
setShowNotifyModal={setShowNotifyModal}
|
setShowNotifyModal={setShowNotifyModal}
|
||||||
disableNotifyReminderPopup={disableNotifyReminderPopup}
|
disableNotifyReminderPopup={disableNotifyReminderPopup}
|
||||||
externalActions={externalActions}
|
externalActions={externalActions || []}
|
||||||
setExternalActionToDisplay={setExternalActionToDisplay}
|
setExternalActionToDisplay={setExternalActionToDisplay}
|
||||||
setShowFollowModal={setShowFollowModal}
|
setShowFollowModal={setShowFollowModal}
|
||||||
externalActionSelected={externalActionSelected}
|
externalActionSelected={externalActionSelected}
|
||||||
|
|||||||
Reference in New Issue
Block a user