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