We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ec9cd2 commit 1609871Copy full SHA for 1609871
src/components/button/buttonStandAlone.tsx
@@ -15,7 +15,7 @@ export const ButtonStandAloneStructure = (props: IButtonStandAlone): JSX.Element
15
16
return (
17
<>
18
- {props.loader && (
+ {props.loader && props.loading && (
19
20
{typeof props.loader === 'object' && 'variant' in props.loader ? (
21
<ButtonLoaderStyled>
0 commit comments