Skip to content

Commit

Permalink
chore: ensuring links are provided to sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
zstix committed Apr 27, 2020
1 parent baa34a6 commit 899797c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const Sidebar = ({ pages, isOpen, toggle }) => (

Sidebar.propTypes = {
toggle: PropTypes.func.isRequired,
pages: PropTypes.arrayOf(link),
pages: PropTypes.arrayOf(link).isRequired,
isOpen: PropTypes.bool,
};

Expand Down

0 comments on commit 899797c

Please sign in to comment.