Skip to content

Commit

Permalink
Fix state variable name (#6759)
Browse files Browse the repository at this point in the history
  • Loading branch information
SofiaSousa authored and gziolo committed May 16, 2018
1 parent 1ccc488 commit 75f283a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core-data/reducer.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ function entity( entityConfig ) {
case 'RECEIVE_ENTITY_RECORDS':
return {
byKey: {
...state.key,
...state.byKey,
...keyBy( action.records, key ),
},
};
Expand Down

0 comments on commit 75f283a

Please sign in to comment.