From 365c57ff56b65ea18665710fb998b5f4836360c9 Mon Sep 17 00:00:00 2001 From: chiragsalian Date: Mon, 11 Apr 2022 07:40:37 -0700 Subject: [PATCH] Timezone auto selection fix --- src/pages/settings/Profile/ProfilePage.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/settings/Profile/ProfilePage.js b/src/pages/settings/Profile/ProfilePage.js index 1dc7a502e78..92ab857b269 100755 --- a/src/pages/settings/Profile/ProfilePage.js +++ b/src/pages/settings/Profile/ProfilePage.js @@ -292,6 +292,7 @@ class ProfilePage extends Component { items={timezones} isDisabled={this.state.isAutomaticTimezone} value={this.state.selectedTimezone} + key={this.state.selectedTimezone} />