Do not show status bar unless live

This commit is contained in:
Gabe Kangas
2022-10-08 18:53:45 -07:00
parent 7e284aa4df
commit 8a946b8444
+8 -6
View File
@@ -219,12 +219,14 @@ export const Content: FC = () => {
onNotifyClick={() => setShowNotifyPopup(true)} onNotifyClick={() => setShowNotifyPopup(true)}
/> />
)} )}
<Statusbar {online && (
online={online} <Statusbar
lastConnectTime={lastConnectTime} online={online}
lastDisconnectTime={lastDisconnectTime} lastConnectTime={lastConnectTime}
viewerCount={viewerCount} lastDisconnectTime={lastDisconnectTime}
/> viewerCount={viewerCount}
/>
)}
</div> </div>
<div className={styles.midSection}> <div className={styles.midSection}>
<div className={styles.buttonsLogoTitleSection}> <div className={styles.buttonsLogoTitleSection}>