feat: pass isTotallyNormal to gui

This commit is contained in:
Andy O'Neill 2023-03-16 12:48:09 -04:00
parent 58e142d18a
commit 6cab112090

View file

@ -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}