Commit 2a19bb28 authored by Ben Wheeler's avatar Ben Wheeler

no need to pass title to embedded gui

parent 2f5604d2
......@@ -146,7 +146,6 @@ const PreviewPresentation = ({
previewInfoVisible="false"
projectHost={projectHost}
projectId={projectId}
projectTitle={projectInfo.title}
/>
</div>
<FlexRow className="project-notes">
......
......@@ -362,7 +362,9 @@ class Preview extends React.Component {
className="gui"
projectHost={this.props.projectHost}
projectId={this.state.projectId}
projectTitle={this.props.projectInfo.title}
onClickLogout={this.handleLogout}
onUpdateProjectTitle={this.handleUpdateProjectTitle}
/>
);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment