Skip to content

Commit

Permalink
Merge pull request #53621 from bernhardoj/fix/52975-timezone-is-not-u…
Browse files Browse the repository at this point in the history
…pdated

Fix timezone isn't updated on the onyx storage
  • Loading branch information
neil-marcellini authored Dec 13, 2024
2 parents f84c98d + a4f4c52 commit 85330dc
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 @@ -169,7 +169,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 85330dc

Please sign in to comment.