Skip to content

Commit edb9db9

Browse files
thayannevlsemersonlaurentino
authored andcommitted
change Spinner classNames function call
1 parent 065b8ee commit edb9db9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react/components/Spinner/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ type Props = PropTypes.InferProps<typeof propTypes>
2020

2121
const Spinner: FC<Props> = ({ color, size, block }) => (
2222
<svg
23-
className={classNames(`${baseClassname('spinner')}`, {
23+
className={classNames(baseClassname('spinner'), {
2424
'c-action-primary': !color,
2525
db: block,
2626
})}

0 commit comments

Comments
 (0)