Skip to content

Commit

Permalink
add line
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentyn-Bilyk committed Aug 1, 2023
1 parent 9e0ad82 commit 16ef78f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/transformState.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ function transformState(state, actions) {
delete state[element];
}
break;

default:
return state;
}
Expand Down

0 comments on commit 16ef78f

Please sign in to comment.