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')} - + ); };