0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-28 04:52:40 +00:00

remove duplicate button

This commit is contained in:
Trevor Buckner
2024-05-23 17:13:44 -04:00
parent 4ce68b86ed
commit e396211f92

View File

@@ -204,7 +204,7 @@ const NewPage = createClass({
<ErrorNavItem error={this.state.error} parent={this}></ErrorNavItem> :
this.renderSaveButton()
}
<PrintNavItem printFunction={this.printPage}/><PrintNavItem/>
<PrintNavItem printFunction={this.printPage}/>
<HelpNavItem />
<RecentNavItem />
<AccountNavItem />