mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Allow admins to see share banner
This commit is contained in:
parent
a1d391bfe2
commit
b481ae7fad
1 changed files with 1 additions and 1 deletions
|
@ -471,7 +471,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}
|
||||
|
|
Loading…
Reference in a new issue