reformat code
This commit is contained in:
parent
a0bb467698
commit
b25d2b85e7
|
@ -12,8 +12,8 @@ export class Settings extends Component<DefaultPageProps> {
|
||||||
<>
|
<>
|
||||||
<PageTitle title={i18next.t("settings_title")} />
|
<PageTitle title={i18next.t("settings_title")} />
|
||||||
<Grid size={GridSizes.NORMAL}>
|
<Grid size={GridSizes.NORMAL}>
|
||||||
<GeneralSettings {...this.props} />
|
<GeneralSettings {...this.props} />
|
||||||
<KeyValueEditorSettings {...this.props} />
|
<KeyValueEditorSettings {...this.props} />
|
||||||
</Grid>
|
</Grid>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue