mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 16:41:34 -05:00
work on load project fix
This commit is contained in:
parent
316db7f4e8
commit
dc656f496b
1 changed files with 1 additions and 1 deletions
|
@ -833,7 +833,7 @@ class Preview extends React.Component {
|
|||
/>
|
||||
</Page> :
|
||||
<React.Fragment>
|
||||
{(parseInt(this.state.projectId, 10) === 0 ||
|
||||
{(this.state.isProjectLoaded || parseInt(this.state.projectId, 10) === 0 ||
|
||||
(this.props.projectInfo && this.props.projectInfo.project_token)) &&
|
||||
(
|
||||
<IntlGUI
|
||||
|
|
Loading…
Reference in a new issue