Serialize embed view project requests

This commit is contained in:
rschamp 2022-05-06 14:13:35 -04:00
parent 09cf1e1e68
commit 6f457ff1da

View file

@ -40,7 +40,7 @@ class EmbedView extends React.Component {
);
}
return (
return this.props.projectInfo && (
<React.Fragment>
<Meta projectInfo={this.props.projectInfo} />
<IntlGUI