patch reducer compile warnings
This commit is contained in:
parent
24a8a4e991
commit
401076cd50
1 changed files with 3 additions and 1 deletions
|
@ -30,7 +30,9 @@ export const gamesReducer = (state, action) => {
|
|||
return {...state, active: action.body};
|
||||
}
|
||||
|
||||
default: return state;
|
||||
default: {
|
||||
return state;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue