misc cleanup

This commit is contained in:
gingervitis
2021-02-14 01:30:42 -08:00
parent 44cef18a00
commit d55e4dfe29
19 changed files with 116 additions and 125 deletions

View File

@@ -104,13 +104,13 @@ export default function EditPageContent() {
markdownClass: 'markdown-editor-pane',
}}
/>
<br />
<div className="page-content-actions">
{hasChanged ? (
{hasChanged && (
<Button type="primary" onClick={handleSave}>
Save
</Button>
) : null}
)}
<FormStatusIndicator status={submitStatus} />
</div>
</div>