From 596ea301138e5a62cb926d5457adcf7d77484560 Mon Sep 17 00:00:00 2001 From: mkzie2 Date: Thu, 10 Oct 2024 17:41:25 +0700 Subject: [PATCH] fix: incorrect timezone when log in with a new account --- src/libs/Navigation/AppNavigator/AuthScreens.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/Navigation/AppNavigator/AuthScreens.tsx b/src/libs/Navigation/AppNavigator/AuthScreens.tsx index 5fbf6a8cc072..30a205028048 100644 --- a/src/libs/Navigation/AppNavigator/AuthScreens.tsx +++ b/src/libs/Navigation/AppNavigator/AuthScreens.tsx @@ -141,7 +141,7 @@ Onyx.connect({ Onyx.connect({ key: ONYXKEYS.PERSONAL_DETAILS_LIST, callback: (value) => { - if (!value || timezone) { + if (!value || !isEmptyObject(timezone)) { return; }