forked from p15670423/monkey
Fixed proptypes
This commit is contained in:
parent
8f8f273859
commit
f05178baeb
|
@ -25,6 +25,6 @@ export default class RecommendationsSection extends Component {
|
||||||
}
|
}
|
||||||
|
|
||||||
RecommendationsSection.propTypes = {
|
RecommendationsSection.propTypes = {
|
||||||
recommendations: PropTypes.any,
|
recommendations: PropTypes.object,
|
||||||
pillarsToStatuses: PropTypes.any
|
pillarsToStatuses: PropTypes.object
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue