Skip to content

Commit 80fef8d

Browse files
authored
Fix private comments
1 parent 536f5c3 commit 80fef8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/TabPanel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ export default class TabPanel extends Component {
1313
};
1414

1515
static propTypes = {
16-
selectedClassName: PropTypes.string, // private
1716
children: PropTypes.node,
1817
className: PropTypes.oneOfType([PropTypes.string, PropTypes.array, PropTypes.object]),
1918
forceRender: PropTypes.bool,
2019
id: PropTypes.string, // private
2120
selected: PropTypes.bool, // private
21+
selectedClassName: PropTypes.string,
2222
tabId: PropTypes.string, // private
2323
};
2424

0 commit comments

Comments
 (0)