Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Yulii Zilnyk committed Jul 15, 2023
1 parent 7130239 commit 4f448e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/transformState.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ function transformState(state, actions) {
for (const key in state) {
delete state[key];
}
break;

default:
break;
}
}
}
Expand Down

0 comments on commit 4f448e5

Please sign in to comment.