adds condition for loading projects

This commit is contained in:
tomlum 2022-06-07 12:37:05 -04:00
parent 60965bd24b
commit 6aca8d6e23

View file

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