chore: improve background back btn, update dependencies

This commit is contained in:
David Ralph
2022-05-11 16:09:26 +01:00
parent c3df2d7b23
commit bd05aa5ee0
32 changed files with 167 additions and 122 deletions

View File

@@ -80,7 +80,10 @@ export default class DateSettings extends PureComponent {
zoomSetting="zoomDate"
switch={true}
/>
<SettingsItem title={getMessage('modals.main.settings.sections.time.type')} subtitle="Whether to display the date in long form or short form">
<SettingsItem
title={getMessage('modals.main.settings.sections.time.type')}
subtitle="Whether to display the date in long form or short form"
>
<Dropdown
name="dateType"
onChange={(value) => this.setState({ dateType: value })}