Skip to content

Commit

Permalink
Merge pull request #3407 from cardano-foundation/fix/tz-not-reload
Browse files Browse the repository at this point in the history
Fix/tz not reload
  • Loading branch information
Sotatek-TaiTruong committed May 4, 2024
2 parents 70ee56a + 19f5efc commit 00a60ee
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ const TimezoneCard = () => {
if (data) {
localStorage.setItem("userTimezone", tz);
setSelectedTimeZone(tz);
window.location.reload();
}
})
.finally(() => setLoading(false));
Expand Down

0 comments on commit 00a60ee

Please sign in to comment.