diff --git a/src/components/Cart/Cart.js b/src/components/Cart/Cart.js index 484b7a37..f04cc2d9 100644 --- a/src/components/Cart/Cart.js +++ b/src/components/Cart/Cart.js @@ -349,7 +349,10 @@ class Cart extends Component { }`} > - + {status === 'open' ? ( ) : ( diff --git a/src/components/Layout/Layout.js b/src/components/Layout/Layout.js index c20db9b8..e58be9bd 100644 --- a/src/components/Layout/Layout.js +++ b/src/components/Layout/Layout.js @@ -403,6 +403,14 @@ export default class Layout extends React.Component { productImagesBrowserStatus={productImagesBrowserStatus} /> + + )} - - )}