From d724d2e933fb91338a2a88b5bef055b39c8dd9cb Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 26 May 2026 10:34:30 -0500 Subject: [PATCH] Simplify UI copy --- src/screens/Signup/StepInfo/index.tsx | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) 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 &&