Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
Merge 35174d4 into aa6bfb0
Browse files Browse the repository at this point in the history
  • Loading branch information
makky3939 committed May 20, 2019
2 parents aa6bfb0 + 35174d4 commit 73c4daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/reducers/index.jsx
Expand Up @@ -24,7 +24,7 @@ const removePartialState = (state, keyId) => {
if (keyId in state) {
const newState = { ...state };
delete newState[keyId];
return state;
return newState;
}
return state;
};
Expand Down

0 comments on commit 73c4daf

Please sign in to comment.