0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-02 21:32:42 +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>
<Nav.section> <Nav.section>
{this.props.brew.shareId && <>
<PrintLink shareId={this.processShareId()} /> <PrintLink shareId={this.processShareId()} />
<Nav.item icon='fas fa-code' color='red' className='source' <Nav.item icon='fas fa-code' color='red' className='source'
onMouseEnter={()=>this.handleDropdown(true)} onMouseEnter={()=>this.handleDropdown(true)}
@@ -95,6 +96,7 @@ const SharePage = createClass({
source source
{this.renderDropdown()} {this.renderDropdown()}
</Nav.item> </Nav.item>
</>}
<RecentNavItem brew={this.props.brew} storageKey='view' /> <RecentNavItem brew={this.props.brew} storageKey='view' />
<Account /> <Account />
</Nav.section> </Nav.section>