0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-07 03:22: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

@@ -416,6 +416,7 @@ const EditPage = createClass({
lang={this.state.brew.lang}
currentEditorPage={this.state.currentEditorPage}
allowPrint={true}
showHeaderNav={true}
/>
</SplitPane>
</div>