Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
remove delegation for deleted RECEIVE_CART_ITEM_QUANTITY
Browse files Browse the repository at this point in the history
  • Loading branch information
haszari committed Mar 5, 2020
1 parent c99fa3a commit 8ef90c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion assets/js/data/cart/reducers.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ const reducer = (

// Delegate to cartItemsReducer.
case types.RECEIVE_CART_ITEM:
case types.RECEIVE_CART_ITEM_QUANTITY:
case types.RECEIVE_REMOVED_ITEM:
state = {
...state,
Expand Down

0 comments on commit 8ef90c9

Please sign in to comment.