diff --git a/src/components/Layout/Settings/Section/Section.jsx b/src/components/Layout/Settings/Section/Section.jsx
index e73b03d1..3364cf29 100644
--- a/src/components/Layout/Settings/Section/Section.jsx
+++ b/src/components/Layout/Settings/Section/Section.jsx
@@ -12,7 +12,8 @@ function Section({ title, subtitle, icon, onClick, children }) {
- {React.Children.count(children) === 0 ? : children}
+ {children}
+
);
diff --git a/src/features/greeting/options/GreetingOptions.jsx b/src/features/greeting/options/GreetingOptions.jsx
index 814c1421..ca3ea843 100644
--- a/src/features/greeting/options/GreetingOptions.jsx
+++ b/src/features/greeting/options/GreetingOptions.jsx
@@ -358,7 +358,21 @@ const GreetingOptions = ({ currentSubSection, onSubSectionChange, sectionName })
secondaryTitle={t(`${GREETING_SECTION}.appearance.title`)}
goBack={() => onSubSectionChange(null, sectionName)}
report={false}
- />
+ >
+