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

(cherry picked from commit cf4f1d6)
  • Loading branch information
luacmartins authored and OSBotify committed Apr 19, 2022
1 parent d4196d4 commit 3184d94
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 3184d94

Please sign in to comment.