diff --git a/src-web/components/core/Button.tsx b/src-web/components/core/Button.tsx index c229e87a..35f08e33 100644 --- a/src-web/components/core/Button.tsx +++ b/src-web/components/core/Button.tsx @@ -128,7 +128,7 @@ export const Button = forwardRef(function Button {children} {rightSlot &&
{rightSlot}
} - {forDropdown && } + {forDropdown && } ); });