{appState.appLoading && (
)}
{online && (
)}
{!online && !appState.appLoading && (
setShowNotifyModal(true)}
onFollowClick={() => setShowFollowModal(true)}
className={classnames([styles.topSectionElement, styles.offlineBanner])}
/>
)}
{isStreamLive && (
)}
disableNotifyReminderPopup()}
handleCancel={() => disableNotifyReminderPopup()}
>
{!name && }
{isMobile ? (
) : (
)}
{showChat && !isMobile && currentUser && (
)}
{externalActionToDisplay && (
)}
setShowFollowModal(false)}
width="550px"
>
setShowFollowModal(false)}
/>
{isMobile && showChatModal && chatState === ChatState.VISIBLE && (
setShowChatModal(false)}
/>
)}
{isMobile && isChatAvailable && !chatDisabled && (
)}
);
};