diff --git a/src/app/dashboard/[subdomain]/comments/page-component.tsx b/src/app/dashboard/[subdomain]/comments/page-component.tsx index 4df79fc1..4630e6b9 100644 --- a/src/app/dashboard/[subdomain]/comments/page-component.tsx +++ b/src/app/dashboard/[subdomain]/comments/page-component.tsx @@ -42,7 +42,7 @@ export default function CommentsPage() { return ( -
+

{t( @@ -56,11 +56,10 @@ export default function CommentsPage() {

-
-
+
+
comments.hasNextPage && comments.fetchNextPage() diff --git a/src/components/dashboard/DashboardMain.tsx b/src/components/dashboard/DashboardMain.tsx index 90792f6f..e6cb8e1c 100644 --- a/src/components/dashboard/DashboardMain.tsx +++ b/src/components/dashboard/DashboardMain.tsx @@ -17,17 +17,16 @@ export const DashboardMain = ({ const isMobileLayout = useIsMobileLayout() return ( -
-
- {title &&

{t(title)}

} - {children} -
+
+ {title &&

{t(title)}

} + {children}
) }