Fix remove unused prop (#880)
This commit is contained in:
parent
3570a790b2
commit
b7231d2bd5
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ export function HelpPanel() {
|
|||
<Popover.Root>
|
||||
<PopoverAnchor dir="ltr" debug={isDebugMode} side={side} bp={breakpoints}>
|
||||
<Popover.Trigger dir="ltr" asChild>
|
||||
<HelpButton debug={isDebugMode}>
|
||||
<HelpButton>
|
||||
<QuestionMarkIcon />
|
||||
</HelpButton>
|
||||
</Popover.Trigger>
|
||||
|
|
Loading…
Reference in a new issue