diff --git a/src/components/views/auth/CountryDropdown.tsx b/src/components/views/auth/CountryDropdown.tsx index bc97956653..eb5b27be9d 100644 --- a/src/components/views/auth/CountryDropdown.tsx +++ b/src/components/views/auth/CountryDropdown.tsx @@ -42,7 +42,7 @@ function countryMatchesSearchQuery(query: string, country: PhoneNumberCountryDef interface IProps { value?: string; onOptionChange: (country: PhoneNumberCountryDefinition) => void; - isSmall: boolean; + isSmall: boolean; // if isSmall, show +44 in the selected value showPrefix: boolean; className?: string; disabled?: boolean;