mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 17:45:52 -05:00
Merge pull request #6823 from LLK/revert-6822-fixes-create-project-token
Revert "Adds check for newly created project to not require token"
This commit is contained in:
commit
0b68a9269e
1 changed files with 1 additions and 3 deletions
|
@ -833,9 +833,7 @@ class Preview extends React.Component {
|
|||
/>
|
||||
</Page> :
|
||||
<React.Fragment>
|
||||
{(parseInt(this.state.projectId, 10) === 0 ||
|
||||
(this.props.projectInfo && this.props.projectInfo.project_token)) &&
|
||||
(
|
||||
{this.props.projectInfo && this.props.projectInfo.project_token && (
|
||||
<IntlGUI
|
||||
assetHost={this.props.assetHost}
|
||||
authorId={this.props.authorId}
|
||||
|
|
Loading…
Reference in a new issue