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} /> );