Skip to content

Commit

Permalink
fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
lakchote committed Sep 19, 2023
1 parent 3baa2e6 commit b424d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/Navigation/AppNavigator/AuthScreens.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Onyx.connect({
if (_.isObject(timezone) && timezone.automatic && timezone.selected !== currentTimezone) {
PersonalDetails.updateAutomaticTimezone({
automatic: true,
selected: currentTimezone
selected: currentTimezone,
});
}
},
Expand Down

0 comments on commit b424d0a

Please sign in to comment.