Skip to content

Commit

Permalink
Merge pull request #50552 from mkzie2/mkzie2-issue/49014
Browse files Browse the repository at this point in the history
  • Loading branch information
dangrous authored Oct 15, 2024
2 parents ec3e940 + 596ea30 commit 6ece6b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/Navigation/AppNavigator/AuthScreens.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Onyx.connect({
Onyx.connect({
key: ONYXKEYS.PERSONAL_DETAILS_LIST,
callback: (value) => {
if (!value || timezone) {
if (!value || !isEmptyObject(timezone)) {
return;
}

Expand Down

0 comments on commit 6ece6b0

Please sign in to comment.