Skip to content

Commit

Permalink
Run scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
hbjORbj committed Sep 13, 2022
1 parent a5a0a76 commit 3f1d0bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mui-joy/src/Button/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ const Button = React.forwardRef(function Button(inProps, ref) {
{startDecorator && (
<ButtonStartDecorator {...startDecoratorProps}>{startDecorator}</ButtonStartDecorator>
)}

{children}
{endDecorator && (
<ButtonEndDecorator {...endDecoratorProps}>{endDecorator}</ButtonEndDecorator>
Expand Down

0 comments on commit 3f1d0bf

Please sign in to comment.