diff --git a/src/components/Settings/PWASettings.tsx b/src/components/Settings/PWASettings.tsx index 6b533630..c41d84bf 100644 --- a/src/components/Settings/PWASettings.tsx +++ b/src/components/Settings/PWASettings.tsx @@ -56,10 +56,6 @@ const PWASettings: React.FC = ({ settings, onUpdate, onClose } return () => clearInterval(interval) }, []) - if (!isInstallable && !isInstalled) { - return null - } - return (

App & Airplane Mode

@@ -182,20 +178,22 @@ const PWASettings: React.FC = ({ settings, onUpdate, onClose }
-
-

- Install Boris on your device for a native app experience. -

- -
+ {(isInstallable || isInstalled) && ( +
+

+ Install Boris on your device for a native app experience. +

+ +
+ )} {!isMobile && (