aboutsummaryrefslogtreecommitdiff
path: root/src/settings/UserPage.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings/UserPage.jsx')
-rw-r--r--src/settings/UserPage.jsx6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/settings/UserPage.jsx b/src/settings/UserPage.jsx
index 6748dd31..03a016c1 100644
--- a/src/settings/UserPage.jsx
+++ b/src/settings/UserPage.jsx
@@ -270,12 +270,6 @@ const UserPage = () => {
onChange={(e) => setItem({ ...item, poiLayer: e.target.value })}
label={t('mapPoiLayer')}
/>
- <FormGroup>
- <FormControlLabel
- control={<Checkbox checked={item.twelveHourFormat} onChange={(e) => setItem({ ...item, twelveHourFormat: e.target.checked })} />}
- label={t('settingsTwelveHourFormat')}
- />
- </FormGroup>
</AccordionDetails>
</Accordion>
<Accordion>