diff --git a/src/screens/auth/AuthRouter.tsx b/src/screens/auth/AuthRouter.tsx index 41fa4ec1..7a3383ca 100644 --- a/src/screens/auth/AuthRouter.tsx +++ b/src/screens/auth/AuthRouter.tsx @@ -93,7 +93,9 @@ function AuthRouter() { } alfredSetCodePushVersion(getAppVersion()); }); - syncTimeToCheckPostOperativeHours(); + if (isLoggedIn) { + syncTimeToCheckPostOperativeHours(); + } return () => { appStateChange.remove(); };