diff --git a/react/features/conference/components/native/Conference.js b/react/features/conference/components/native/Conference.js index 6e1e48071..36dc1bc6c 100644 --- a/react/features/conference/components/native/Conference.js +++ b/react/features/conference/components/native/Conference.js @@ -284,8 +284,7 @@ class Conference extends AbstractConference { - { _shouldDisplayTileView ? undefined : } - + { _shouldDisplayTileView || <> } { { this._renderConferenceNotification() } { this._renderConferenceModals() } + {_shouldDisplayTileView && } ); }