Skip to content

Commit 536f5c3

Browse files
authored
Fix private comments
1 parent 4071763 commit 536f5c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Tab.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ export default class Tab extends Component {
1919
children: PropTypes.oneOfType([PropTypes.array, PropTypes.object, PropTypes.string]),
2020
className: PropTypes.oneOfType([PropTypes.string, PropTypes.array, PropTypes.object]),
2121
disabled: PropTypes.bool,
22-
disabledClassName: PropTypes.string, // private
22+
disabledClassName: PropTypes.string,
2323
focus: PropTypes.bool, // private
2424
id: PropTypes.string, // private
2525
panelId: PropTypes.string, // private
2626
selected: PropTypes.bool, // private
27-
selectedClassName: PropTypes.string, // private
27+
selectedClassName: PropTypes.string,
2828
tabRef: PropTypes.func, // private
2929
};
3030

0 commit comments

Comments
 (0)