fix(ui): fallback to an empty array. Closes #3116

This commit is contained in:
Gabe Kangas 2023-06-27 16:18:53 -07:00
parent f4b5d6cdb8
commit 1ea9a548e1
No known key found for this signature in database
GPG key ID: 4345B2060657F330

View file

@ -245,7 +245,7 @@ export const Content: FC = () => {
showNotifyReminder={showNotifyReminder}
setShowNotifyModal={setShowNotifyModal}
disableNotifyReminderPopup={disableNotifyReminderPopup}
externalActions={externalActions}
externalActions={externalActions || []}
setExternalActionToDisplay={setExternalActionToDisplay}
setShowFollowModal={setShowFollowModal}
externalActionSelected={externalActionSelected}