diff --git a/web/src/ui/rightpanel/UserExtendedProfile.tsx b/web/src/ui/rightpanel/UserExtendedProfile.tsx index 4be2b7c..1f2cc3c 100644 --- a/web/src/ui/rightpanel/UserExtendedProfile.tsx +++ b/web/src/ui/rightpanel/UserExtendedProfile.tsx @@ -61,16 +61,19 @@ function SetTimezoneElement({ tz, client }: SetTimezoneProps) { ) } } + // TODO: You are unable to set a timezone if you do not already have one set in your profile. + // The defaulting to the current timezone causes `newTz !== tz` to never be true when the user has + // no timezone set. return ( <> setTz(e.currentTarget.value)} /> - + { zones.map((zone) =>