Skip to content

Commit

Permalink
fix: add required proptype
Browse files Browse the repository at this point in the history
  • Loading branch information
Cayla Hamann committed Jun 23, 2020
1 parent 64fce52 commit f456b47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NavigationItems.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ NavigationItems.propTypes = {
};

NavItem.propTypes = {
page: link,
page: link.isRequired,
filteredPageNames: PropTypes.array,
searchTerm: PropTypes.string,
depthLevel: PropTypes.number,
Expand Down

0 comments on commit f456b47

Please sign in to comment.