Skip to content

Commit

Permalink
fix: remove unused props.
Browse files Browse the repository at this point in the history
  • Loading branch information
toshusai committed Jul 9, 2024
1 parent 15ae9f9 commit 786c063
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react/src/components/IconButton/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ const IconButton = forwardRef(function IconButtonInner<
return (
<Component
{...rest}
as={component}
ref={ref}
className={classNames}
data-size={size}
Expand Down

0 comments on commit 786c063

Please sign in to comment.