Merge pull request #2234 from benjiwheeler/isshared

pass isShared to gui
This commit is contained in:
Benjamin Wheeler 2018-10-25 15:57:07 -04:00 committed by GitHub
commit cff5733833
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}