| changeset 59 | 1eb52770eefa |
| parent 58 | f16a080e0bc4 |
| child 62 | b2514a9bcd49 |
--- a/client/src/reducers/notesReducer.js Mon Jun 19 21:37:33 2017 +0200 +++ b/client/src/reducers/notesReducer.js Mon Jun 19 21:46:21 2017 +0200 @@ -7,8 +7,7 @@ case types.ADD_NOTE: return state.push(new noteRecord(action.note)); case types.LOAD_NOTES_BY_SESSION: - //return action.notes; - return state; + return action.notes; default: return state; }