diff --git a/src/screens/Signup/StepInfo/index.tsx b/src/screens/Signup/StepInfo/index.tsx
index af6b01df43..e679df10a4 100644
--- a/src/screens/Signup/StepInfo/index.tsx
+++ b/src/screens/Signup/StepInfo/index.tsx
@@ -308,16 +308,16 @@ export function StepInfo({
- {!isOverAppMinAccessAge ? (
-
- ) : (
+ {aaRegionConfig.minAccessAge > MIN_ACCESS_AGE ? (
+ ) : (
+
)}
{IS_NATIVE &&