We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a542017 commit e870622Copy full SHA for e870622
client/my-sites/stats/stats-tabs/index.jsx
@@ -14,7 +14,7 @@ export default React.createClass( {
14
15
propTypes: {
16
activeKey: PropTypes.string,
17
- activeIndex: PropTypes.number,
+ activeIndex: PropTypes.string,
18
dataList: PropTypes.object,
19
selectedTab: PropTypes.string,
20
switchTab: PropTypes.func,
client/my-sites/stats/stats-tabs/tab.jsx
@@ -15,6 +15,7 @@ export default React.createClass( {
className: PropTypes.string,
gridicon: PropTypes.string,
+ href: PropTypes.string,
label: PropTypes.string,
loading: PropTypes.bool,
21
selected: PropTypes.bool,
0 commit comments