Fixed proptypes

This commit is contained in:
Shay Nehmad 2019-09-02 14:47:49 +03:00
parent 8f8f273859
commit f05178baeb
1 changed files with 2 additions and 2 deletions

View File

@ -25,6 +25,6 @@ export default class RecommendationsSection extends Component {
}
RecommendationsSection.propTypes = {
recommendations: PropTypes.any,
pillarsToStatuses: PropTypes.any
recommendations: PropTypes.object,
pillarsToStatuses: PropTypes.object
};