Skip to content
This repository has been archived by the owner on Dec 5, 2021. It is now read-only.

Commit

Permalink
Update exitReducer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
boyuan-chen committed May 10, 2021
1 parent 56c76c4 commit 5220b84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wallet/src/reducers/exitReducer.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ function exitReducer (state = initialState, action) {
if (!action.payload) {
return state;
}
console.log({ ...state, ...action.payload })
return { ...state, ...action.payload };
case 'EXIT/CREATE/SUCCESS':
return {
Expand Down

0 comments on commit 5220b84

Please sign in to comment.