From f82aff217bfea9ae0c1e5a8039bb7ee6722713b0 Mon Sep 17 00:00:00 2001 From: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com> Date: Fri, 10 Jan 2025 17:13:27 +0700 Subject: [PATCH] fix(client): profile image overlapping privacy settings callout (#58030) --- client/src/components/profile/profile.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/profile/profile.tsx b/client/src/components/profile/profile.tsx index 0f5375fbecd..fb36b1772e6 100644 --- a/client/src/components/profile/profile.tsx +++ b/client/src/components/profile/profile.tsx @@ -45,7 +45,7 @@ const UserMessage = ({ t }: Pick) => { return ( {t('profile.you-change-privacy')} - + ); };