Skip to content

Commit

Permalink
fix: remove proptype
Browse files Browse the repository at this point in the history
  • Loading branch information
Cayla Hamann committed Jun 25, 2020
1 parent 0933aba commit a9a97c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ const Navigation = ({ className, searchTerm }) => {
Navigation.propTypes = {
className: PropTypes.string,
searchTerm: PropTypes.string,
mobile: PropTypes.bool,
};

export default Navigation;

0 comments on commit a9a97c9

Please sign in to comment.