diff --git a/app/soapbox/components/ui/phone-input/country-code-dropdown.tsx b/app/soapbox/components/ui/phone-input/country-code-dropdown.tsx index e40709a0e..699237fe5 100644 --- a/app/soapbox/components/ui/phone-input/country-code-dropdown.tsx +++ b/app/soapbox/components/ui/phone-input/country-code-dropdown.tsx @@ -26,7 +26,7 @@ const CountryCodeDropdown: React.FC = ({ countryCode, onCh return ( - <>{countryCode} + ); };