fix: button nest button error
This commit is contained in:
parent
173ca81ac0
commit
59a1313fb5
@ -32,7 +32,7 @@ const Selector: FC<SelectorProps> = ({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<Popover className='relative'>
|
<Popover className='relative'>
|
||||||
<PopoverButton>
|
<PopoverButton as='div'>
|
||||||
{
|
{
|
||||||
({ open }) => (
|
({ open }) => (
|
||||||
<Button className={cn(
|
<Button className={cn(
|
||||||
|
Loading…
Reference in New Issue
Block a user