From ac0968f1bc78a7b19fca11d0723951a591c171f2 Mon Sep 17 00:00:00 2001 From: mortezaei Date: Sat, 22 Aug 2026 16:55:39 +0330 Subject: [PATCH] fix(location): remove manual country dropdown and city inputs from residence question --- .../Componentes/question-birthplace.tsx | 61 ------------------- 1 file changed, 61 deletions(-) diff --git a/src/components/Componentes/question-birthplace.tsx b/src/components/Componentes/question-birthplace.tsx index f939416..5ca8b53 100644 --- a/src/components/Componentes/question-birthplace.tsx +++ b/src/components/Componentes/question-birthplace.tsx @@ -610,67 +610,6 @@ export function QuestionBirthplace({ - - {mode === "manual" && ( -
- {/* Country Selection Trigger */} -
- -
- - {/* City Text Input */} -
- -
-
- )} ) : ( <>