Skip to content

Commit

Permalink
Remove stale prop
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy committed Jun 7, 2024
1 parent 1eaae3f commit 5a34068
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Menu/MenuItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ export const MenuItem = <C extends MenuItemElement = "button">({
data-kind={kind}
onClick={onClick}
disabled={disabled}
manualLabel
>
{iconIsReactElement ? (
<Slot className={styles.icon}>{componentIcon}</Slot>
Expand Down

0 comments on commit 5a34068

Please sign in to comment.