diff options
author | crupest <crupest@outlook.com> | 2022-04-30 16:51:52 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-04-30 16:51:52 +0800 |
commit | 13026c4f3b36bd8490c36e6cdc8d114e93c7e135 (patch) | |
tree | 2a73d1a67812d750c269cf293abf823e26a398d6 /FrontEnd/src/views/settings/index.tsx | |
parent | 10ef9eec2706cd62486564717e9017f794477649 (diff) | |
download | timeline-13026c4f3b36bd8490c36e6cdc8d114e93c7e135.tar.gz timeline-13026c4f3b36bd8490c36e6cdc8d114e93c7e135.tar.bz2 timeline-13026c4f3b36bd8490c36e6cdc8d114e93c7e135.zip |
...
Diffstat (limited to 'FrontEnd/src/views/settings/index.tsx')
-rw-r--r-- | FrontEnd/src/views/settings/index.tsx | 1 |
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 }) => { |