-
-
-
- {t('helpcenter.title')}
-
- {t('helpcenter.subtitle.pupil')}}
- studentComponent={{t('helpcenter.subtitle.student')}}
- />
-
-
-
- {isPupil && {t('helpcenter.faq.tabName')}}
- {isStudent && {t('helpcenter.faq.tabName')}}
- {t('helpcenter.contact.tabName')}
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ {t('helpcenter.title')}
+
+ {t('helpcenter.subtitle.pupil')}}
+ studentComponent={{t('helpcenter.subtitle.student')}}
+ />
-
+
+
+ {isPupil && {t('helpcenter.faq.tabName')}}
+ {isStudent && {t('helpcenter.faq.tabName')}}
+ {t('helpcenter.contact.tabName')}
+
+
+
+
+
+
+
+
+
+
+
+
);
};
diff --git a/src/pages/ResetPassword.tsx b/src/pages/ResetPassword.tsx
index 4922aa1b3..98c5146b9 100644
--- a/src/pages/ResetPassword.tsx
+++ b/src/pages/ResetPassword.tsx
@@ -99,7 +99,6 @@ const ResetPassword: React.FC
= ({ layout }) => {
<>
{layout === 'new-pw' ? (
<>
-
{t('set_password.title')}
@@ -183,21 +182,6 @@ const ResetPassword: React.FC = ({ layout }) => {
return Content;
}
- return (
-
-
-
-
- )
- }
- >
- {Content}
-
- );
+ return <>{Content}>;
};
export default ResetPassword;
diff --git a/src/pages/SessionManager.tsx b/src/pages/SessionManager.tsx
index 4e40399c3..bf8b43c39 100644
--- a/src/pages/SessionManager.tsx
+++ b/src/pages/SessionManager.tsx
@@ -44,17 +44,7 @@ const SessionManager: React.FC = () => {
};
return (
-
-
-
-
- }
- >
-