mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 19:02:15 +00:00
dont show streaming server warning while the streaming server is still loading
This commit is contained in:
parent
30839ebc83
commit
63667fb1ac
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ const Board = () => {
|
|||
</div>
|
||||
</MainNavBars>
|
||||
{
|
||||
(streamingServer.settings === null || streamingServer.settings.type !== 'Ready') &&
|
||||
streamingServer.settings !== null && streamingServer.settings.type === 'Err' &&
|
||||
(isNaN(profile.settings.streamingServerWarningDismissed.getTime()) || profile.settings.streamingServerWarningDismissed.getTime() < Date.now()) ?
|
||||
<StreamingServerWarning className={styles['board-warning-container']} />
|
||||
:
|
||||
|
|
|
|||
Loading…
Reference in a new issue