From 7be75f68075adc45314f9ae184c4576b1d9bb16f Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Thu, 7 Aug 2025 16:52:09 -0500 Subject: [PATCH] Enable for TF --- src/screens/Signup/StepHandle/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/screens/Signup/StepHandle/index.tsx b/src/screens/Signup/StepHandle/index.tsx index 824d366794..aaab435ae8 100644 --- a/src/screens/Signup/StepHandle/index.tsx +++ b/src/screens/Signup/StepHandle/index.tsx @@ -28,6 +28,7 @@ import {useThrottledValue} from '#/components/hooks/useThrottledValue' import {At_Stroke2_Corner0_Rounded as AtIcon} from '#/components/icons/At' import {Check_Stroke2_Corner0_Rounded as CheckIcon} from '#/components/icons/Check' import {Text} from '#/components/Typography' +import {IS_INTERNAL} from '#/env' import {BackNextButtons} from '../BackNextButtons' import {HandleSuggestions} from './HandleSuggestions' @@ -193,7 +194,7 @@ export function StepHandle() { {isHandleAvailable.suggestions && isHandleAvailable.suggestions.length > 0 && - (gate('handle_suggestions') || __DEV__) && ( + (gate('handle_suggestions') || IS_INTERNAL) && ( {