mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-25 05:44:13 -05:00
Merge pull request #7454 from aoneill01/feature/pass-flag-to-gui
feat: pass isTotallyNormal to gui
This commit is contained in:
commit
051be71f83
1 changed files with 1 additions and 0 deletions
|
@ -860,6 +860,7 @@ class Preview extends React.Component {
|
||||||
enableCommunity={this.props.enableCommunity}
|
enableCommunity={this.props.enableCommunity}
|
||||||
hasCloudPermission={this.props.isScratcher}
|
hasCloudPermission={this.props.isScratcher}
|
||||||
isShared={this.props.isShared}
|
isShared={this.props.isShared}
|
||||||
|
isTotallyNormal={this.props.isTotallyNormal}
|
||||||
projectHost={this.props.projectHost}
|
projectHost={this.props.projectHost}
|
||||||
projectToken={this.props.projectInfo.project_token}
|
projectToken={this.props.projectInfo.project_token}
|
||||||
projectId={this.state.projectId}
|
projectId={this.state.projectId}
|
||||||
|
|
Loading…
Reference in a new issue