Skip to content

Commit

Permalink
Fix: Hide free sticker banner when Gatsby Sticker Pack is in the cart.
Browse files Browse the repository at this point in the history
…Close gatsbyjs#246
  • Loading branch information
simjes committed Aug 12, 2019
1 parent c624739 commit 1bcc4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Cart/Cart.js
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ class Cart extends Component {
const { status, toggle } = this.props;
const { className } = this.state;
const gatsbyStickerPackID =
'Z2lkOi8vc2hvcGlmeS9DaGVja291dExpbmVJdGVtL2I1ZGY0NjRmMWQxYWQxM2MzMzJjYmQ0MjMyZDczZGE3P2NoZWNrb3V0PTY1NjU3NDMxMjk2MTRiMmRjZjc4MDIzYmRlYzA4MTM2';
'Z2lkOi8vc2hvcGlmeS9DaGVja291dExpbmVJdGVtLzEyMjM5NzcyODc2ODg4MD9jaGVja291dD02N2I5MjkzZTMzZjQ2YWFhMWExMzZmNjc3NzQxYTMzNg==';

return (
<StoreContext.Consumer>
Expand Down

0 comments on commit 1bcc4ef

Please sign in to comment.