0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-04 03:52:40 +00:00

Fix recent links when transferring to Google Brews

This commit is contained in:
Trevor Buckner
2020-10-19 15:48:44 -04:00
parent fcb3f9ca26
commit d05b819ff2
6 changed files with 70 additions and 28 deletions

View File

@@ -311,7 +311,7 @@ const EditPage = createClass({
Share
</Nav.item>
<PrintLink shareId={this.processShareId()} />
<RecentNavItem brew={this.props.brew} storageKey='edit' />
<RecentNavItem brew={this.state.brew} storageKey='edit' />
<Account />
</Nav.section>
</Navbar>;