Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Feb 18, 2021
1 parent 0294e65 commit 354ff22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui/src/MenuItem/MenuItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const MenuItem = React.forwardRef(function MenuItem(inProps, ref) {

const styleProps = { dense };

const classes = useUtilityClasses(styleProps);
const classes = useUtilityClasses(props);

let tabIndex;
if (!props.disabled) {
Expand Down

0 comments on commit 354ff22

Please sign in to comment.