aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/views/settings/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'FrontEnd/src/views/settings/index.tsx')
-rw-r--r--FrontEnd/src/views/settings/index.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/FrontEnd/src/views/settings/index.tsx b/FrontEnd/src/views/settings/index.tsx
index 51053d6f..8110002b 100644
--- a/FrontEnd/src/views/settings/index.tsx
+++ b/FrontEnd/src/views/settings/index.tsx
@@ -19,6 +19,7 @@ import "./index.css";
interface SettingSectionProps {
title: I18nText;
+ children: React.ReactNode;
}
const SettingSection: React.FC<SettingSectionProps> = ({ title, children }) => {