Skip to content

Commit

Permalink
Update packages/material-ui/src/Tab/Tab.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Jan 27, 2021
1 parent 2742df2 commit e0b74e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/material-ui/src/Tab/Tab.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ const Tab = React.forwardRef(function Tab(inProps, ref) {
const styleProps = {
...props,
disabled,
disableFocusRipple,
selected,
icon: !!icon,
label: !!label,
Expand Down

0 comments on commit e0b74e7

Please sign in to comment.