diff --git a/src/pages/support/Update.tsx b/src/pages/support/Update.tsx index 7d157b9..484babc 100644 --- a/src/pages/support/Update.tsx +++ b/src/pages/support/Update.tsx @@ -207,7 +207,7 @@ const UpdatePlan: FC = () => { id={feature.featureKey} label={t(`support.${feature.featureKey}`)} value={feature.featureValue} - checked={feature.isEnabled} + checked={feature.featureValue === "true"} featureType={feature.featureType} onChange={handleFeatureChange} />