From 85cf99f618297137a7c26121f878e58329b4f69e Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 13 Jul 2022 12:16:54 -0500 Subject: [PATCH] CountryCodeDropdown: use button element --- app/soapbox/components/ui/phone-input/country-code-dropdown.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} + ); };