mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -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}
|
||||
hasCloudPermission={this.props.isScratcher}
|
||||
isShared={this.props.isShared}
|
||||
isTotallyNormal={this.props.isTotallyNormal}
|
||||
projectHost={this.props.projectHost}
|
||||
projectToken={this.props.projectInfo.project_token}
|
||||
projectId={this.state.projectId}
|
||||
|
|
Loading…
Reference in a new issue