mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-13 22:00:19 -04:00
fix(client): remove extra attribute on avatar-renderer (#54057)
This commit is contained in:
@@ -25,7 +25,6 @@ const AuthOrProfile = ({ user }: AuthOrProfileProps): JSX.Element => {
|
||||
isDonating={isUserDonating}
|
||||
isTopContributor={isTopContributor}
|
||||
picture={user.picture}
|
||||
userName={user.username}
|
||||
/>
|
||||
</Link>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user