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

Allow admins to see share banner
This commit is contained in:
Paul Kaplan 2018-12-06 05:33:27 -05:00 committed by GitHub
commit 27e0612ea9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -472,7 +472,7 @@ class Preview extends React.Component {
canReport={this.props.canReport}
canRestoreComments={this.props.isAdmin}
canSave={this.props.canSave}
canShare={this.props.canShare}
canShare={this.props.canShare || this.props.isAdmin}
canUseBackpack={this.props.canUseBackpack}
cloudHost={this.props.cloudHost}
comments={this.props.comments}