From f9a5e6d5d578f20e543c1c93b96e851ccc3485d5 Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Tue, 13 Jun 2023 17:47:48 +0200 Subject: [PATCH] change(ui): ui session list city spacing --- frontend/app/components/ui/CountryFlag/CountryFlag.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/ui/CountryFlag/CountryFlag.js b/frontend/app/components/ui/CountryFlag/CountryFlag.js index f22a37e27..5f1497e1d 100644 --- a/frontend/app/components/ui/CountryFlag/CountryFlag.js +++ b/frontend/app/components/ui/CountryFlag/CountryFlag.js @@ -33,7 +33,7 @@ const CountryFlag = ({ )} - {userCity && {userCity},} + {userCity && {userCity},} {userState && {userState},} {knownCountry && label &&
{countryName}
}