diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-02-09 13:31:39 -0500 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-02-09 13:31:39 -0500 |
| commit | e0d0baa75ec0bf617f91b6cd779305d4009cae12 (patch) | |
| tree | 00eb968f49c6586cbc4367053887d0c5e68471b2 /frontend/components/Item.js | |
| parent | 19c9683e2126c68cb9d231293162c756d69c51fb (diff) | |
🆒
Diffstat (limited to 'frontend/components/Item.js')
| -rw-r--r-- | frontend/components/Item.js | 2 |
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}>× Delete item</button> </Item> ); |
