0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-08 16:12:38 +00:00

Added showHeaderNav prop to make nav menu conditional

This commit is contained in:
G.Ambatte
2024-07-22 17:30:29 +12:00
parent 7fc0cadb81
commit 17b081b18b
3 changed files with 10 additions and 3 deletions

View File

@@ -100,6 +100,7 @@ const SharePage = createClass({
renderer={this.props.brew.renderer}
theme={this.props.brew.theme}
allowPrint={true}
showHeaderNav={true}
/>
</div>
</div>;