From 19023a31d09178aed99dbc0ace477494d5de3328 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Tue, 16 Mar 2021 17:21:47 -0400 Subject: [PATCH] ensure lbrytv api status is web only --- ui/component/app/view.jsx | 8 +++++++- ui/component/syncFatalError/view.jsx | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ui/component/app/view.jsx b/ui/component/app/view.jsx index 4196a2f02..d6150edf2 100644 --- a/ui/component/app/view.jsx +++ b/ui/component/app/view.jsx @@ -352,7 +352,13 @@ function App(props: Props) { // @endif if (syncFatalError) { - return ; + return ( + + ); } return ( diff --git a/ui/component/syncFatalError/view.jsx b/ui/component/syncFatalError/view.jsx index 4d124ea4c..ad8f83d1f 100644 --- a/ui/component/syncFatalError/view.jsx +++ b/ui/component/syncFatalError/view.jsx @@ -16,6 +16,7 @@ export default function SyncFatalError(props: Props) { const { lbryTvApiStatus } = props; let downTime = false; + // @if TARGET='web' downTime = IS_WEB &&