Update the `TopList` component to use the user's display name instead of their username where appropriate. ### Tasks - [ ] Open `components/top-list.tsx`. - [ ] Replace occurrences of `user.username` with `user.name` for display purposes.
Update the
TopListcomponent to use the user's display name instead of their username where appropriate.Tasks
components/top-list.tsx.user.usernamewithuser.namefor display purposes.