This commit is contained in:
tomlum 2022-05-24 14:19:46 -04:00
parent 16ae1a5d0f
commit 4319820a72

View file

@ -833,7 +833,9 @@ class Preview extends React.Component {
/>
</Page> :
<React.Fragment>
{(parseInt(this.state.projectId, 10) === 0 || (this.props.projectInfo && this.props.projectInfo.project_token)) && (
{(parseInt(this.state.projectId, 10) === 0 ||
(this.props.projectInfo && this.props.projectInfo.project_token)) &&
(
<IntlGUI
assetHost={this.props.assetHost}
authorId={this.props.authorId}