0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-05 12:22:44 +00:00

Also remove userthemes from Brew object in sharePage

This commit is contained in:
Trevor Buckner
2024-07-19 00:00:06 -04:00
parent d22cd88446
commit d741878f78

View File

@@ -99,7 +99,7 @@ const SharePage = createClass({
style={this.props.brew.style} style={this.props.brew.style}
renderer={this.props.brew.renderer} renderer={this.props.brew.renderer}
theme={this.props.brew.theme} theme={this.props.brew.theme}
userThemes={this.props.brew.userThemes} userThemes={this.props.userThemes}
allowPrint={true} allowPrint={true}
/> />
</div> </div>