0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-08 20:23:39 +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> : <ErrorNavItem error={this.state.error} parent={this}></ErrorNavItem> :
this.renderSaveButton() this.renderSaveButton()
} }
<PrintNavItem printFunction={this.printPage}/><PrintNavItem/> <PrintNavItem printFunction={this.printPage}/>
<HelpNavItem /> <HelpNavItem />
<RecentNavItem /> <RecentNavItem />
<AccountNavItem /> <AccountNavItem />