You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If a council member doesn't have socialInfo.name then the stashId is supposed to be displayed on /council-member-profile/[stashId] page, but here in frontend it tries to access .keyStats.stashId where as the response from backend have a structure like so:
Describe the bug
If a council member doesn't have socialInfo.name then the stashId is supposed to be displayed on
/council-member-profile/[stashId]
page, but here in frontend it tries to access.keyStats.stashId
where as the response from backend have a structure like so:which causes the application to break on accessing a value on
undefined
keyStatsTo Reproduce
Steps to reproduce the behavior:
Expected behavior
Should Display this page:
Desktop (please complete the following information):
Proposed Solution 💡
Change this line to
: this.props.memberInfo.accountId;
The text was updated successfully, but these errors were encountered: