Fix brownie points not showing on react pages

pull/8143/head
Berkeley Martinez 2016-04-15 14:00:17 -07:00
parent 8352f2c535
commit a225648b57
1 changed files with 2 additions and 2 deletions

View File

@ -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,