Skip to content

Commit

Permalink
fix: fix Button.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
martapanc committed Aug 24, 2023
1 parent 385ba58 commit f5d2251
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/buttons/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ const Button = React.forwardRef<HTMLButtonElement, ButtonProps>(
/>
</div>
)}
{children}
<>{children}</>
{RightIcon && (
<div
className={clsxm([
Expand Down
Empty file.

0 comments on commit f5d2251

Please sign in to comment.