mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-04 16:52:38 +00:00
Fix logic for enabling Source and Get PDF
This commit is contained in:
@@ -88,7 +88,7 @@ const SharePage = createClass({
|
|||||||
</Nav.section>
|
</Nav.section>
|
||||||
|
|
||||||
<Nav.section>
|
<Nav.section>
|
||||||
{this.props.shareId && <>
|
{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)}
|
||||||
|
|||||||
Reference in New Issue
Block a user