diff --git a/frontend/src/desktop/components/shared/config/configSections/GeneralSection.tsx b/frontend/src/desktop/components/shared/config/configSections/GeneralSection.tsx index 8dfec2ee9..dbe9a0038 100644 --- a/frontend/src/desktop/components/shared/config/configSections/GeneralSection.tsx +++ b/frontend/src/desktop/components/shared/config/configSections/GeneralSection.tsx @@ -9,8 +9,8 @@ import { DefaultAppSettings } from '@app/components/shared/config/configSections const GeneralSection: React.FC = () => { return ( - + ); };