Skip to content

Commit

Permalink
Merge pull request #8695 from Expensify/chirag-timezone-fix-2
Browse files Browse the repository at this point in the history
Key fix for timezone
  • Loading branch information
luacmartins authored Apr 19, 2022
2 parents 734e876 + 701a279 commit cf4f1d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/settings/Profile/ProfilePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ class ProfilePage extends Component {
items={timezones}
isDisabled={this.state.isAutomaticTimezone}
value={this.state.selectedTimezone}
key={this.state.selectedTimezone}
key={`timezonePicker-${this.state.isAutomaticTimezone}`}
/>
</View>
<CheckboxWithLabel
Expand Down

0 comments on commit cf4f1d6

Please sign in to comment.