Merge pull request #8143 from BerkeleyTrue/fix/react-bownie-points
Fix brownie points not showing on react pages
This commit is contained in:
@ -11,7 +11,7 @@ export default ({ services }) => ({ dispatch }) => next => {
|
|||||||
.map(({
|
.map(({
|
||||||
username,
|
username,
|
||||||
picture,
|
picture,
|
||||||
progressTimestamps = [],
|
points,
|
||||||
isFrontEndCert,
|
isFrontEndCert,
|
||||||
isBackEndCert,
|
isBackEndCert,
|
||||||
isFullStackCert
|
isFullStackCert
|
||||||
@ -21,7 +21,7 @@ export default ({ services }) => ({ dispatch }) => next => {
|
|||||||
payload: {
|
payload: {
|
||||||
username,
|
username,
|
||||||
picture,
|
picture,
|
||||||
points: progressTimestamps.length,
|
points,
|
||||||
isFrontEndCert,
|
isFrontEndCert,
|
||||||
isBackEndCert,
|
isBackEndCert,
|
||||||
isFullStackCert,
|
isFullStackCert,
|
||||||
|
Reference in New Issue
Block a user