This commit is contained in:
GH Action - Upstream Sync
2023-10-10 00:32:17 +00:00
4 changed files with 4 additions and 9 deletions

View File

@@ -129,7 +129,7 @@ function Screen() {
const isAuth = location.pathname === Path.Auth;
const isMobileScreen = useMobileScreen();
const shouldTightBorder =
config.tightBorder && !isMobileScreen && !getClientConfig()?.isApp;
config.tightBorder && !isMobileScreen && getClientConfig()?.isApp;
useEffect(() => {
loadAsyncGoogleFont();