From 104341e0e7d1f6aa73a877b70e8fe2cc43550bcf Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Thu, 3 Oct 2024 07:42:15 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=96=BC=EF=B8=8F=20fix:=20Prevent=20Empty?= =?UTF-8?q?=20Avatar=20Source=20(#4321)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/components/Endpoints/Icon.tsx | 2 +- client/src/components/Nav/AccountSettings.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/Endpoints/Icon.tsx b/client/src/components/Endpoints/Icon.tsx index 4ae8db12b8..9b9d56101a 100644 --- a/client/src/components/Endpoints/Icon.tsx +++ b/client/src/components/Endpoints/Icon.tsx @@ -38,7 +38,7 @@ const UserAvatar = memo(({ size, user, avatarSrc, username, className }: UserAva ) : ( - avatar + avatar )} )); diff --git a/client/src/components/Nav/AccountSettings.tsx b/client/src/components/Nav/AccountSettings.tsx index 1b227d3663..b6f09f65fd 100644 --- a/client/src/components/Nav/AccountSettings.tsx +++ b/client/src/components/Nav/AccountSettings.tsx @@ -50,7 +50,7 @@ function AccountSettings() { ) : ( {`${name}'s )}