mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-14 15:09:59 -04:00
feat: pass isTotallyNormal to gui
This commit is contained in:
parent
58e142d18a
commit
6cab112090
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