0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-13 17:22:49 +00:00
Fix issue 1467 - Source on Change Log doesn't work
This commit is contained in:
Trevor Buckner
2021-07-29 00:11:20 -04:00
committed by GitHub

View File

@@ -88,6 +88,7 @@ const SharePage = createClass({
</Nav.section>
<Nav.section>
{this.props.brew.shareId && <>
<PrintLink shareId={this.processShareId()} />
<Nav.item icon='fas fa-code' color='red' className='source'
onMouseEnter={()=>this.handleDropdown(true)}
@@ -95,6 +96,7 @@ const SharePage = createClass({
source
{this.renderDropdown()}
</Nav.item>
</>}
<RecentNavItem brew={this.props.brew} storageKey='view' />
<Account />
</Nav.section>