mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 08:31:23 -05:00
Serialize embed view project requests
This commit is contained in:
parent
09cf1e1e68
commit
6f457ff1da
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class EmbedView extends React.Component {
|
|||
);
|
||||
}
|
||||
|
||||
return (
|
||||
return this.props.projectInfo && (
|
||||
<React.Fragment>
|
||||
<Meta projectInfo={this.props.projectInfo} />
|
||||
<IntlGUI
|
||||
|
|
Loading…
Reference in a new issue