diff --git a/packages/react/src/components/button/Button.tsx b/packages/react/src/components/button/Button.tsx index a92f137..9f8fd28 100644 --- a/packages/react/src/components/button/Button.tsx +++ b/packages/react/src/components/button/Button.tsx @@ -51,7 +51,7 @@ const Component: ComponentType = React.forwardRef( return ( - {isLoading && } + {isLoading && } {children}