mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 04:40:37 +03:00
fix(ui): fallback to an empty array. Closes #3116
This commit is contained in:
parent
f4b5d6cdb8
commit
1ea9a548e1
1 changed files with 1 additions and 1 deletions
|
@ -245,7 +245,7 @@ export const Content: FC = () => {
|
|||
showNotifyReminder={showNotifyReminder}
|
||||
setShowNotifyModal={setShowNotifyModal}
|
||||
disableNotifyReminderPopup={disableNotifyReminderPopup}
|
||||
externalActions={externalActions}
|
||||
externalActions={externalActions || []}
|
||||
setExternalActionToDisplay={setExternalActionToDisplay}
|
||||
setShowFollowModal={setShowFollowModal}
|
||||
externalActionSelected={externalActionSelected}
|
||||
|
|
Loading…
Reference in a new issue