mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 16:41:34 -05:00
adds condition for loading projects
This commit is contained in:
parent
60965bd24b
commit
6aca8d6e23
1 changed files with 1 additions and 1 deletions
|
@ -835,7 +835,7 @@ class Preview extends React.Component {
|
|||
/>
|
||||
</Page> :
|
||||
<React.Fragment>
|
||||
{(this.state.isNewProject ||
|
||||
{(this.state.isNewProject || this.state.isProjectLoaded ||
|
||||
(this.props.projectInfo && this.props.projectInfo.project_token)) &&
|
||||
(
|
||||
<IntlGUI
|
||||
|
|
Loading…
Reference in a new issue