diff --git a/common/app/redux/fetch-user-saga.js b/common/app/redux/fetch-user-saga.js index 4f01aea99c..83b1fdf0ba 100644 --- a/common/app/redux/fetch-user-saga.js +++ b/common/app/redux/fetch-user-saga.js @@ -11,7 +11,7 @@ export default ({ services }) => ({ dispatch }) => next => { .map(({ username, picture, - progressTimestamps = [], + points, isFrontEndCert, isBackEndCert, isFullStackCert @@ -21,7 +21,7 @@ export default ({ services }) => ({ dispatch }) => next => { payload: { username, picture, - points: progressTimestamps.length, + points, isFrontEndCert, isBackEndCert, isFullStackCert,