From c4b41a5077dc16d3b0f503108bad17caf5d9274a Mon Sep 17 00:00:00 2001
From: Kalyani790 <82521546+Kalyani790@users.noreply.github.com>
Date: Thu, 29 Jun 2023 08:58:35 +0530
Subject: [PATCH] changes in countrylist from onboarding
changes in countrylist from onboarding
---
app/screens/localization/CountrySelection.tsx | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/app/screens/localization/CountrySelection.tsx b/app/screens/localization/CountrySelection.tsx
index 097ab4ce5..095737bbc 100644
--- a/app/screens/localization/CountrySelection.tsx
+++ b/app/screens/localization/CountrySelection.tsx
@@ -84,11 +84,19 @@ const CountrySelection = (props: any):any => {
/>
+ {userIsOnboarded==true ?
item.countryId.toString()}
- />
+ />:
+ item.countryId.toString()}
+ />}
{country ? (