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