mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-29 19:52:43 +00:00
Merge pull request #1468 from G-Ambatte/fixSharePage-#1467
Fix issue 1467 - Source on Change Log doesn't work
This commit is contained in:
@@ -88,13 +88,15 @@ const SharePage = createClass({
|
|||||||
</Nav.section>
|
</Nav.section>
|
||||||
|
|
||||||
<Nav.section>
|
<Nav.section>
|
||||||
<PrintLink shareId={this.processShareId()} />
|
{this.props.brew.shareId && <>
|
||||||
<Nav.item icon='fas fa-code' color='red' className='source'
|
<PrintLink shareId={this.processShareId()} />
|
||||||
onMouseEnter={()=>this.handleDropdown(true)}
|
<Nav.item icon='fas fa-code' color='red' className='source'
|
||||||
onMouseLeave={()=>this.handleDropdown(false)}>
|
onMouseEnter={()=>this.handleDropdown(true)}
|
||||||
source
|
onMouseLeave={()=>this.handleDropdown(false)}>
|
||||||
{this.renderDropdown()}
|
source
|
||||||
</Nav.item>
|
{this.renderDropdown()}
|
||||||
|
</Nav.item>
|
||||||
|
</>}
|
||||||
<RecentNavItem brew={this.props.brew} storageKey='view' />
|
<RecentNavItem brew={this.props.brew} storageKey='view' />
|
||||||
<Account />
|
<Account />
|
||||||
</Nav.section>
|
</Nav.section>
|
||||||
|
|||||||
Reference in New Issue
Block a user