mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-04-29 18:26:52 +02:00
Fix big brain bug
This commit is contained in:
parent
7e79e7385f
commit
f62930067b
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ const Navigation = ({isHome, module}) => {
|
|||
}
|
||||
|
||||
Navigation.propTypes = {
|
||||
isHome: PropTypes.boolean.isRequired,
|
||||
isHome: PropTypes.bool.isRequired,
|
||||
module: PropTypes.string.isRequired
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue