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")} />
|
||||
<Grid size={GridSizes.NORMAL}>
|
||||
<GeneralSettings {...this.props} />
|
||||
<KeyValueEditorSettings {...this.props} />
|
||||
<GeneralSettings {...this.props} />
|
||||
<KeyValueEditorSettings {...this.props} />
|
||||
</Grid>
|
||||
</>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue