Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
euZebe committed May 16, 2018
1 parent 7b6325b commit 506c7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/articles.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function articlesReducer(state = {}, action) {
const id = generate();
const { title, body, creationDate } = action.payload;
// FIXME: uncomment to show deepFreeze action
// state[id].truc = 'machin';
// state.truc = 'machin';
return {
...state,
[id]: {
Expand Down

0 comments on commit 506c7b6

Please sign in to comment.