From 89f0d27e42a655cb16bbd3eace7f162aac1bb5b3 Mon Sep 17 00:00:00 2001 From: Sem Bauke Date: Tue, 12 Mar 2024 16:10:06 +0100 Subject: [PATCH] fix(client): remove extra attribute on avatar-renderer (#54057) --- client/src/components/Header/components/auth-or-profile.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/components/Header/components/auth-or-profile.tsx b/client/src/components/Header/components/auth-or-profile.tsx index 435b405b73b..1d7560076a4 100644 --- a/client/src/components/Header/components/auth-or-profile.tsx +++ b/client/src/components/Header/components/auth-or-profile.tsx @@ -25,7 +25,6 @@ const AuthOrProfile = ({ user }: AuthOrProfileProps): JSX.Element => { isDonating={isUserDonating} isTopContributor={isTopContributor} picture={user.picture} - userName={user.username} /> );