chore: console.log debug leftovers
This commit is contained in:
parent
2bd0b55ad7
commit
45f0b987d7
1 changed files with 0 additions and 1 deletions
|
|
@ -35,7 +35,6 @@ const Link = ({
|
|||
const [isActive] = useRoute(props.to)
|
||||
const isParentActive = isParent && location.startsWith(props.to)
|
||||
if (isActive || isParentActive) setActive(item)
|
||||
console.log(location, isParentActive, isParent, location.startsWith(props.to))
|
||||
|
||||
const classNames = classnames({
|
||||
[className]: true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue