From e44f59eae3fe95cb8f199776d5ce7f2a9aefd6ea Mon Sep 17 00:00:00 2001 From: Guadalupe Ximena Soto Date: Wed, 11 Dec 2024 09:00:38 -0800 Subject: [PATCH] =?UTF-8?q?fix:=20update=20ethnicities=20dropdown=20?= =?UTF-8?q?=E2=9B=B3=EF=B8=8F=20(#511)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../member-profile/app/shared/components/ethnicity-combobox.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/member-profile/app/shared/components/ethnicity-combobox.tsx b/apps/member-profile/app/shared/components/ethnicity-combobox.tsx index 3b862b501..84a67241a 100644 --- a/apps/member-profile/app/shared/components/ethnicity-combobox.tsx +++ b/apps/member-profile/app/shared/components/ethnicity-combobox.tsx @@ -98,7 +98,7 @@ export function EthnicityMultiCombobox({ {!!countries.length && ( - +
    {countries.map((country) => { const label = `${country.flagEmoji} ${country.demonym}`;