Skip to content

Commit

Permalink
fix: correct linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelflips committed May 28, 2024
1 parent 111609b commit 53163db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sage-react/lib/Button/Button.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const Button = React.forwardRef(({
}
);

let setIconClassName = (iconOnly, iconPosition) => {
const setIconClassName = (iconOnly, iconPosition) => {
if (iconOnly) {
return '';
}
Expand Down

0 comments on commit 53163db

Please sign in to comment.