fixed misleading name of an action

This commit is contained in:
Senad Uka
2015-05-17 03:20:26 +02:00
parent 16ff955c21
commit c99bcbda7a
4 changed files with 7 additions and 6 deletions

View File

@@ -8,5 +8,6 @@ module.exports = keyMirror({
CHANGE_DELIVERY_DESTINATION_PROPERTY: null,
CONFIRM_DELIVERY: null,
SET_ITEM_COUNT: null,
ADD_N_ITEMS: null,
REMOVE_ITEM: null
});