mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-25 20:29:45 -04:00
Revert "Adds check for newly created project to not require token"
This commit is contained in:
parent
7062a5f170
commit
979022e372
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…
Add table
Reference in a new issue