Allow admins to see share banner

This commit is contained in:
Paul Kaplan 2018-12-05 13:39:18 -05:00
parent a1d391bfe2
commit b481ae7fad

View file

@ -471,7 +471,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}