consome as store/reducers

This commit is contained in:
Shin'ya Ueoka 2017-09-14 22:04:42 +09:00
parent 6127fdc285
commit 83cb277ba2
17 changed files with 171 additions and 236 deletions

View file

@ -31,7 +31,6 @@ export default function reducer(state = defaultState, action = {}) {
return Object.assign({}, state, {
errorShown: false,
commandShown: false
});
default:
return state;