Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed Jun 12, 2018
1 parent 1a2a0f9 commit 65659aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/wallet/screen/screenReducers.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function onOpen(state, action) {
}

function onError(state, action) {
if (action.type === 'screen/error') {
if (action.type === 'SCREEN/ERROR') {
return state.set('error', action.error);
}
return state;
Expand Down

0 comments on commit 65659aa

Please sign in to comment.