mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-25 20:29:45 -04:00
lint fix
This commit is contained in:
parent
16ae1a5d0f
commit
4319820a72
1 changed files with 3 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue