diff --git a/app/scenes/Document/Document.js b/app/scenes/Document/Document.js index 735a73853..aac985762 100644 --- a/app/scenes/Document/Document.js +++ b/app/scenes/Document/Document.js @@ -416,12 +416,13 @@ class DocumentScene extends React.Component { ui={this.props.ui} schema={schema} /> - {!this.isEditing && ( - - )} + {!this.isEditing && + !isShare && ( + + )}