EmotionCognitionLab / pvs

1 stars 0 forks source link

Dashboard shows identityId not found error for users with 0 sets #363

Closed noah10 closed 1 year ago

noah10 commented 1 year ago

If a user has done no sets, we should show their status appropriately. Instead we show a black dot with the note "identityId not found". This was a bug introduced with 43ded4056c23bda . To fix it, remove line 22 of status.js and then change line 24 so that sets is simply set to [] if idId is null/undefined.

noah10 commented 1 year ago

This has been deployed to production.