Skip to content

Commit

Permalink
Update packages/material-ui/src/TabScrollButton/TabScrollButton.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova authored Jan 28, 2021
1 parent e4db2c7 commit fb48214
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const overridesResolver = (props, styles) => {
const { styleProps } = props;

return deepmerge(styles.root || {}, {
...styles[styleProps.orientation],
...(styleProps.orientation && styles[styleProps.orientation]),
});
};

Expand Down

0 comments on commit fb48214

Please sign in to comment.