CountryCodeDropdown: use button element
This commit is contained in:
parent
a8c709b41c
commit
85cf99f618
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ const CountryCodeDropdown: React.FC<ICountryCodeDropdown> = ({ countryCode, onCh
|
|||
|
||||
return (
|
||||
<DropdownMenu items={menu}>
|
||||
<>{countryCode}</>
|
||||
<button className='p-4'>{countryCode}</button>
|
||||
</DropdownMenu>
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue