Render correct OS names.

This commit is contained in:
Mike Cao 2023-12-08 22:14:55 -08:00
parent c8eb76c7af
commit e67282d7d8
2 changed files with 9 additions and 8 deletions

View file

@ -15,12 +15,7 @@ export function SettingsButton() {
<Icons.Gear />
</Icon>
</Button>
<Popup
className={styles.popup}
position="bottom"
alignment="end"
onClick={e => e.stopPropagation()}
>
<Popup className={styles.popup} position="bottom" alignment="end">
<Form>
<FormRow label={formatMessage(labels.timezone)}>
<TimezoneSetting />