From acb750c18a0bc0ae3739963ebadc0fa455b35fbd Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Wed, 28 Jul 2021 17:15:38 +1200 Subject: [PATCH] Fix logic for enabling Source and Get PDF --- client/homebrew/pages/sharePage/sharePage.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/homebrew/pages/sharePage/sharePage.jsx b/client/homebrew/pages/sharePage/sharePage.jsx index 3ea1629af..5adc25bda 100644 --- a/client/homebrew/pages/sharePage/sharePage.jsx +++ b/client/homebrew/pages/sharePage/sharePage.jsx @@ -88,7 +88,7 @@ const SharePage = createClass({ - {this.props.shareId && <> + {this.props.brew.shareId && <> this.handleDropdown(true)}