fix: public share links attempting to load backlinks
This commit is contained in:
@@ -416,12 +416,13 @@ class DocumentScene extends React.Component<Props> {
|
||||
ui={this.props.ui}
|
||||
schema={schema}
|
||||
/>
|
||||
{!this.isEditing && (
|
||||
<Backlinks
|
||||
documents={this.props.documents}
|
||||
document={document}
|
||||
/>
|
||||
)}
|
||||
{!this.isEditing &&
|
||||
!isShare && (
|
||||
<Backlinks
|
||||
documents={this.props.documents}
|
||||
document={document}
|
||||
/>
|
||||
)}
|
||||
</MaxWidth>
|
||||
</Container>
|
||||
</Container>
|
||||
|
||||
Reference in New Issue
Block a user