mirror of
https://github.com/2930134478/AI-CS.git
synced 2026-06-15 08:45:41 +08:00
fix: 修复 faqs 和 users 页面缺少默认 return 的问题
This commit is contained in:
@@ -472,5 +472,13 @@ export default function FAQsPage({ embedded = false }: FAQsPageProps) {
|
||||
</Dialog>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
return (
|
||||
<ResponsiveLayout
|
||||
main={mainContent}
|
||||
header={headerContent}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
@@ -663,5 +663,13 @@ export default function UsersPage({ embedded = false }: UsersPageProps) {
|
||||
</Dialog>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
return (
|
||||
<ResponsiveLayout
|
||||
main={mainContent}
|
||||
header={headerContent}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user