chore: update router loader (#1102)

This commit is contained in:
boojack
2023-02-17 08:26:40 +08:00
committed by GitHub
parent 4f5f541efe
commit d29c40dc71
3 changed files with 29 additions and 20 deletions

View File

@ -157,10 +157,6 @@ const SystemSection = () => {
<span className="normal-text">{t("setting.system-section.disable-public-memos")}</span>
<Switch checked={state.disablePublicMemos} onChange={(event) => handleDisablePublicMemosChanged(event.target.checked)} />
</div>
<div className="form-label">
<span className="normal-text">Storage</span>
<Switch checked={state.disablePublicMemos} onChange={(event) => handleDisablePublicMemosChanged(event.target.checked)} />
</div>
<Divider className="!mt-3 !my-4" />
<div className="form-label">
<span className="normal-text">{t("setting.system-section.additional-style")}</span>