From 18d104218e16d9b2c5ba0773f860ab151d8bd691 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sat, 13 Jul 2019 11:33:32 -0700 Subject: [PATCH] fix: public share links attempting to load backlinks --- app/scenes/Document/Document.js | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) 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 && ( + + )}