Skip to content

Commit

Permalink
Merge pull request #8596 from Expensify/chirag-timezone-fix
Browse files Browse the repository at this point in the history
Timezone auto selection fix

(cherry picked from commit d78a7a0)
  • Loading branch information
Julesssss authored and OSBotify committed Apr 11, 2022
1 parent ffbef0d commit ebad58e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/settings/Profile/ProfilePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ class ProfilePage extends Component {
items={timezones}
isDisabled={this.state.isAutomaticTimezone}
value={this.state.selectedTimezone}
key={this.state.selectedTimezone}
/>
</View>
<CheckboxWithLabel
Expand Down

0 comments on commit ebad58e

Please sign in to comment.