Skip to content

Commit

Permalink
fix(lint): Add missing propTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridostal committed Oct 11, 2018
1 parent b9a54e9 commit bf225c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Components/SmartComponents/CVEPage/CVEPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ const mapDispatchToProps = dispatch => {
CVEPage.propTypes = {
match: propTypes.object,
cveDetails: propTypes.object,
fetchCveDetails: propTypes.func
fetchCveDetails: propTypes.func,
cveTableRows: propTypes.object,
fetchAffectedSystems: propTypes.func
};

export default routerParams(
Expand Down

0 comments on commit bf225c7

Please sign in to comment.