diff --git a/src/components/Layouts/Layout.tsx b/src/components/Layouts/Layout.tsx index 07aef22..a5ae02d 100644 --- a/src/components/Layouts/Layout.tsx +++ b/src/components/Layouts/Layout.tsx @@ -39,9 +39,6 @@ export default function OptionLayout({
-
-
-
{ const location = useLocation() const { t } = useTranslation(["settings", "common", "openai"]) - return ( - <> -
-
- } - icon={BlocksIcon} - current={location.pathname} - /> - - - - - - - -
-
- {children} +
+
+
+
+
+ } + icon={BlocksIcon} + current={location.pathname} + /> + + + + + + +
+
+ {children} +
+
-
-
- +
+
+
) }