From fe2eafaf53389f2539b3ca803ab4b8fc8fa9be1b Mon Sep 17 00:00:00 2001 From: Lucas Gracia <146884567+LuG-r@users.noreply.github.com> Date: Tue, 4 Jun 2024 00:46:48 +0100 Subject: [PATCH] chore(ui): removed unused default-avatar classes (#55075) --- client/src/assets/icons/default-avatar.tsx | 1 - client/src/components/helpers/avatar-renderer.tsx | 2 +- .../src/components/profile/__snapshots__/profile.test.tsx.snap | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/client/src/assets/icons/default-avatar.tsx b/client/src/assets/icons/default-avatar.tsx index 441ee8ca099..6cf3370e336 100644 --- a/client/src/assets/icons/default-avatar.tsx +++ b/client/src/assets/icons/default-avatar.tsx @@ -8,7 +8,6 @@ function DefaultAvatar( return ( {t('buttons.profile')} {isPlaceHolderImage ? ( - + ) : ( )} diff --git a/client/src/components/profile/__snapshots__/profile.test.tsx.snap b/client/src/components/profile/__snapshots__/profile.test.tsx.snap index 42582a2b75f..05afc656a65 100644 --- a/client/src/components/profile/__snapshots__/profile.test.tsx.snap +++ b/client/src/components/profile/__snapshots__/profile.test.tsx.snap @@ -35,7 +35,7 @@ exports[` renders correctly 1`] = `