Fixed typo

This commit is contained in:
Alejandro Celaya
2018-08-26 10:52:45 +02:00
parent c0e116b17b
commit 3569202a62
4 changed files with 15 additions and 15 deletions

View File

@@ -19,7 +19,7 @@ const defaultState = {
error: false,
};
export default function reduce(state = defaultState, action) {
export default function reducer(state = defaultState, action) {
switch (action.type) {
case DELETE_TAG_START:
return {