From dddd93a98ab3761c9531222506580091c131ba16 Mon Sep 17 00:00:00 2001 From: Chuma McPhoy Date: Wed, 18 Dec 2024 09:41:43 +0100 Subject: [PATCH] fix(LOY-90): use double qutes for object keys + country fixes --- components/TempDesignSystem/Form/Country/countries.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/components/TempDesignSystem/Form/Country/countries.ts b/components/TempDesignSystem/Form/Country/countries.ts index 6349414b0..21aed5e9f 100644 --- a/components/TempDesignSystem/Form/Country/countries.ts +++ b/components/TempDesignSystem/Form/Country/countries.ts @@ -52,7 +52,7 @@ export const countriesMap = { "Congo, The Democratic Republic of the": "CD", "Cook Islands": "CK", "Costa Rica": "CR", - 'Cote D"Ivoire': "CI", + "Côte d'Ivoire": "CI", Croatia: "HR", Cuba: "CU", Curacao: "CW", @@ -109,7 +109,6 @@ export const countriesMap = { "Isle of Man": "IM", Israel: "IL", Italy: "IT", - "Ivory Coast": "CI", Jamaica: "JM", Japan: "JP", Jersey: "JE", @@ -171,7 +170,7 @@ export const countriesMap = { Oman: "OM", Pakistan: "PK", Palau: "PW", - "Palestinian Territory, Occupied": "PS", + Palestine: "PS", Panama: "PA", "Papua New Guinea": "PG", Paraguay: "PY",