fix(client): remove extra attribute on avatar-renderer (#54057)

This commit is contained in:
Sem Bauke
2024-03-12 16:10:06 +01:00
committed by GitHub
parent b94aef6c74
commit 89f0d27e42

View File

@@ -25,7 +25,6 @@ const AuthOrProfile = ({ user }: AuthOrProfileProps): JSX.Element => {
isDonating={isUserDonating}
isTopContributor={isTopContributor}
picture={user.picture}
userName={user.username}
/>
</Link>
);