diff --git a/src/components/loadingscreen/LoadingScreen.tsx b/src/components/loadingscreen/LoadingScreen.tsx index 044b1826..1b26c97d 100644 --- a/src/components/loadingscreen/LoadingScreen.tsx +++ b/src/components/loadingscreen/LoadingScreen.tsx @@ -609,7 +609,7 @@ class LoadingScreen extends Component -
+
{walletScreen === 0 && ( diff --git a/src/root/Routes.tsx b/src/root/Routes.tsx index f611def9..725a636e 100644 --- a/src/root/Routes.tsx +++ b/src/root/Routes.tsx @@ -532,7 +532,7 @@ class Routes extends React.Component { />
- {this.props.location.pathname !== "/" && !this.props.location.pathname.includes("zingo") && ( + {this.props.location.pathname !== "/" && !this.props.location.pathname.toLowerCase().includes("zingo") && (