Skip to content

Commit

Permalink
fix: loading
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi6jp committed Jun 20, 2023
1 parent 7b548b0 commit 23288c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Button/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ export const classesFn = ({
'no-animation': !animation,
'btn-active': active,
'btn-disabled': disabled,
loading: loading,
})
)

Expand Down

0 comments on commit 23288c9

Please sign in to comment.