Browse Source

Remove unnecessary line

satof3 2 years ago
parent
commit
9c1b0d452f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      apps/app/src/components/Me/PersonalSettings.jsx

+ 0 - 1
apps/app/src/components/Me/PersonalSettings.jsx

@@ -21,7 +21,6 @@ const PersonalSettings = () => {
     return {
     return {
       user_infomation: {
       user_infomation: {
         Icon: () => <span className="material-symbols-outlined fs-5 me-1">person</span>,
         Icon: () => <span className="material-symbols-outlined fs-5 me-1">person</span>,
-
         Content: UserSettings,
         Content: UserSettings,
         i18n: t('User Information'),
         i18n: t('User Information'),
       },
       },