0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-25 01:02:47 +00:00

Fix logic for enabling Source and Get PDF

This commit is contained in:
G.Ambatte
2021-07-28 17:15:38 +12:00
parent 72d8b5ea16
commit acb750c18a

View File

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