Unverified Commit 27e0612e authored by Paul Kaplan's avatar Paul Kaplan Committed by GitHub

Merge pull request #2401 from paulkaplan/admin-share-banner

Allow admins to see share banner
parents b9b90ae6 b481ae7f
...@@ -472,7 +472,7 @@ class Preview extends React.Component { ...@@ -472,7 +472,7 @@ class Preview extends React.Component {
canReport={this.props.canReport} canReport={this.props.canReport}
canRestoreComments={this.props.isAdmin} canRestoreComments={this.props.isAdmin}
canSave={this.props.canSave} canSave={this.props.canSave}
canShare={this.props.canShare} canShare={this.props.canShare || this.props.isAdmin}
canUseBackpack={this.props.canUseBackpack} canUseBackpack={this.props.canUseBackpack}
cloudHost={this.props.cloudHost} cloudHost={this.props.cloudHost}
comments={this.props.comments} comments={this.props.comments}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment