Refinement ContributorCard
shravan20 opened this issue · 0 comments
shravan20 commented
Describe the bug
- Address React warning (screenshot) by including a unique key prop in the Avatar component during mapping to ensure proper rendering and avoid potential issues.
- Remove border property in the root class definition as it was invalid ('10px');
- Implement error handling for the fetch request to handle potential network (fault tolerance).
- Renaming property of avatar component from MarginLeft to marginLeft (it was invalid).