diff --git a/frontend/scenes/Document/Document.js b/frontend/scenes/Document/Document.js index 7fe54e9a3..22111f0e1 100644 --- a/frontend/scenes/Document/Document.js +++ b/frontend/scenes/Document/Document.js @@ -130,25 +130,30 @@ type Props = { {titleText && } - {this.store.isFetching && - - - } - {this.store.document && - - - } + {this.store.isFetching + ? + + + : this.store.document && + + {!isEditing && + } + + } {this.store.document &&