Unverified Commit cff57338 authored by Benjamin Wheeler's avatar Benjamin Wheeler Committed by GitHub

Merge pull request #2234 from benjiwheeler/isshared

pass isShared to gui
parents 8653e358 c4de63d9
......@@ -459,6 +459,7 @@ class Preview extends React.Component {
canShare={this.props.canShare}
className="gui"
enableCommunity={this.props.enableCommunity}
isShared={this.props.isShared}
projectHost={this.props.projectHost}
projectId={this.state.projectId}
projectTitle={this.props.projectInfo.title}
......
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