summaryrefslogtreecommitdiffstats
path: root/frontend/components/Item.js
diff options
context:
space:
mode:
authorWes Bos <wesbos@gmail.com>2018-02-09 13:31:39 -0500
committerWes Bos <wesbos@gmail.com>2018-02-09 13:31:39 -0500
commite0d0baa75ec0bf617f91b6cd779305d4009cae12 (patch)
tree00eb968f49c6586cbc4367053887d0c5e68471b2 /frontend/components/Item.js
parent19c9683e2126c68cb9d231293162c756d69c51fb (diff)
🆒
Diffstat (limited to 'frontend/components/Item.js')
-rw-r--r--frontend/components/Item.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/components/Item.js b/frontend/components/Item.js
index d19af0e..2a0fc69 100644
--- a/frontend/components/Item.js
+++ b/frontend/components/Item.js
@@ -59,7 +59,7 @@ class ItemComponent extends React.Component {
<button>Buy for {formatMoney(item.price)}</button>
</TakeMyMoney>
- {/* <AddToCart id={item.id} /> */}
+ <AddToCart id={item.id} />
<button onClick={this.removeItem}>&times; Delete item</button>
</Item>
);