diff --git a/src/state/age-assurance/index.tsx b/src/state/age-assurance/index.tsx index c093e59af4..e959c69c4f 100644 --- a/src/state/age-assurance/index.tsx +++ b/src/state/age-assurance/index.tsx @@ -96,7 +96,7 @@ export function Provider({children}: {children: React.ReactNode}) { * Derive state, or fall back to defaults */ const ageAssuranceContext = useMemo(() => { - const enabled = gate('age_assurance') + const enabled = __DEV__ || gate('age_assurance') const {status, lastInitiatedAt} = data || DEFAULT_AGE_ASSURANCE_STATE const ctx: AgeAssuranceContextType = { status,