diff --git a/SwitchFeature.tsx b/SwitchFeature.tsx
index fe3cea2..403155a 100644
--- a/SwitchFeature.tsx
+++ b/SwitchFeature.tsx
@@ -27,10 +27,6 @@ export default function SwitchFeature({ isEnabled, setIsEnabled }: SwitchFeature
value={isEnabled}
/>
-
- {isEnabled ? '' : 'False'}
-
-
{/* Conditional image */}
{isEnabled && (