diff options
| author | Wes Bos <wesbos@gmail.com> | 2018-03-12 14:06:25 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2018-03-12 14:06:25 -0400 |
| commit | 46a0ba30ef54a7e36206481a4f5b2bf1f9702fca (patch) | |
| tree | a95fd534fc27761d8b26d0dffcdb5f300f7a61c7 /frontend/components/CartList.js | |
| parent | f7bea2d1b7be2b70dceb25c9837f608b538e9cec (diff) | |
wip
Diffstat (limited to 'frontend/components/CartList.js')
| -rw-r--r-- | frontend/components/CartList.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/components/CartList.js b/frontend/components/CartList.js index 1a44012..8464398 100644 --- a/frontend/components/CartList.js +++ b/frontend/components/CartList.js @@ -88,4 +88,4 @@ class CartList extends Component { } } -export default compose(userEnhancer, removeFromCartEnhancer, uiEnhancer)(CartList); +export default compose(userEnhancer, removeFromCartEnhancer)(CartList); |
