Skip to content

Commit

Permalink
fix timezone isn't updated on the onyx storage
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardoj committed Dec 5, 2024
1 parent 0e28aa4 commit a4f4c52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/libs/Navigation/AppNavigator/AuthScreens.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ Onyx.connect({
// If the current timezone is different than the user's timezone, and their timezone is set to automatic
// then update their timezone.
if (!isEmptyObject(currentTimezone) && timezone?.automatic && timezone?.selected !== currentTimezone) {
timezone.selected = currentTimezone;
PersonalDetails.updateAutomaticTimezone({
automatic: true,
selected: currentTimezone,
Expand Down

0 comments on commit a4f4c52

Please sign in to comment.