Closed amankumarsingh77 closed 2 months ago
Bug
Fix dashboard to show correct usageCount data and remove duplication of userId property in /user/data endpoint.
usageCount
userId
/user/data
1) usageCount should be displayed on the user dashboard. 2) Only one userId property must be returned from /user/data.
1) usageCount is returned in from the backend api but is not being rendered properly. 2) Duplication of userId property in /user/data endpoint.
No response
What is this issue related to?
Bug
Description
Fix dashboard to show correct
usageCount
data and remove duplication ofuserId
property in/user/data
endpoint.Expected Behavior
1)
usageCount
should be displayed on the user dashboard. 2) Only oneuserId
property must be returned from/user/data
.Current Behavior
1)
usageCount
is returned in from the backend api but is not being rendered properly. 2) Duplication ofuserId
property in/user/data
endpoint.Additional Information (optional)
No response
Confirmation Checklist