diff --git a/front/src/Apps/Account/AccountInfo/AccountInfoActionBar.tsx b/front/src/Apps/Account/AccountInfo/AccountInfoActionBar.tsx
index 17e7f2bbe2..d8e048f1d7 100644
--- a/front/src/Apps/Account/AccountInfo/AccountInfoActionBar.tsx
+++ b/front/src/Apps/Account/AccountInfo/AccountInfoActionBar.tsx
@@ -18,7 +18,7 @@ const AccountInfoActionBar = ({
isDisabled
}: AccountInfoActionBarProps) => (
- {title &&
{title}
}
+ {title &&
{title}
}
{!isEditing && (
diff --git a/front/src/Apps/Account/AccountInfo/accountInfoActionBar.scss b/front/src/Apps/Account/AccountInfo/accountInfoActionBar.scss
index d4311f40ab..e06b443e23 100644
--- a/front/src/Apps/Account/AccountInfo/accountInfoActionBar.scss
+++ b/front/src/Apps/Account/AccountInfo/accountInfoActionBar.scss
@@ -1,6 +1,6 @@
.account-info {
display: flex;
- h4 {
+ h3 {
width: 100%;
}
&__bar {