mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-26 07:22:44 +00:00
Also remove userthemes from Brew object in sharePage
This commit is contained in:
@@ -99,7 +99,7 @@ const SharePage = createClass({
|
||||
style={this.props.brew.style}
|
||||
renderer={this.props.brew.renderer}
|
||||
theme={this.props.brew.theme}
|
||||
userThemes={this.props.brew.userThemes}
|
||||
userThemes={this.props.userThemes}
|
||||
allowPrint={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user