mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Merge pull request #2234 from benjiwheeler/isshared
pass isShared to gui
This commit is contained in:
commit
cff5733833
1 changed files with 1 additions and 0 deletions
|
@ -459,6 +459,7 @@ class Preview extends React.Component {
|
|||
canShare={this.props.canShare}
|
||||
className="gui"
|
||||
enableCommunity={this.props.enableCommunity}
|
||||
isShared={this.props.isShared}
|
||||
projectHost={this.props.projectHost}
|
||||
projectId={this.state.projectId}
|
||||
projectTitle={this.props.projectInfo.title}
|
||||
|
|
Loading…
Reference in a new issue