work on load project fix

This commit is contained in:
tomlum 2022-06-02 14:07:02 -04:00
parent 316db7f4e8
commit dc656f496b

View file

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