Remove redundant code

This commit is contained in:
Kevin Kandlbinder 2021-04-12 12:57:10 +00:00 committed by GitHub
parent abb502c863
commit 1e89cccdc9
12 changed files with 375 additions and 377 deletions

View file

@ -66,8 +66,7 @@ const Navigation = ({ isHome }) => {
}
Navigation.propTypes = {
isHome: PropTypes.bool.isRequired,
module: PropTypes.string.isRequired
isHome: PropTypes.bool.isRequired
}
export default Navigation;