created cart icon with number of items notification - it's still buggy
This commit is contained in:
@@ -7,5 +7,6 @@ module.exports = keyMirror({
|
||||
// because REMOVE_ITEM could be used to completely remove item
|
||||
// and not just decrease count by 1
|
||||
TAKE_ITEM_OUT: null ,
|
||||
CART_DATA_LOADED: null
|
||||
CART_DATA_LOADED: null,
|
||||
SAVE_CART_STATE_FOR_ITEM: null
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user