Skip to content

Commit

Permalink
Remove explicit ‘true’
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSmedinga committed Nov 4, 2024
1 parent 193b257 commit bd7fd38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/Button/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const Button = forwardRef(
case iconOnly:
return (
<>
<Icon svg={icon} size="level-5" square={true} />
<Icon svg={icon} size="level-5" square />
<span className="ams-visually-hidden">{children}</span>
</>
)
Expand Down

0 comments on commit bd7fd38

Please sign in to comment.