Skip to content

Commit

Permalink
Laura's note, removing unnecessary props
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-cedrone-cengage committed Oct 6, 2023
1 parent 4fc3b4e commit 55898ea
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,8 @@ function menuItemPadding(props) {
}

const StyledDropdownMenuItem = styled(DropdownMenuItem)<{
disabled?: boolean;
expandableMenuButtonHasIcon?: boolean;
isExpandablePanel?: boolean;
isFixedWidth?: boolean;
isInverse?: boolean;
}>`
padding: ${menuItemPadding};
`;
Expand Down

0 comments on commit 55898ea

Please sign in to comment.