summaryrefslogtreecommitdiffstats
path: root/frontend/components/Cart.js
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2018-05-04 10:38:32 -0400
committerWes Bos <wesbos@gmail.com>2018-05-04 10:38:32 -0400
commit06003b7a5f66f61bde6bb2fc9443c8cf3bc8bd9b (patch)
tree4c47ee7c8c27db7d0b6ba9180ef49a720c06ba3a /frontend/components/Cart.js
parentb6b0ee9c2ef43f4eef4df403897bcd8fd9ad2957 (diff)
First apollo mutation test
Diffstat (limited to 'frontend/components/Cart.js')
-rw-r--r--frontend/components/Cart.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/components/Cart.js b/frontend/components/Cart.js
index fb902a7..26f1015 100644
--- a/frontend/components/Cart.js
+++ b/frontend/components/Cart.js
@@ -72,6 +72,7 @@ const CloseButton = styled.button`
right: 0;
`;
+// TODO: use react-adopt to compose these
const Cart = props => (
<Mutation mutation={TOGGLE_CART_MUTATION}>
{toggle => (