fix: remove console.log
This commit is contained in:
@@ -25,7 +25,6 @@ export default function TabNavigation() {
|
|||||||
{hotelTabLinks.map((link) => {
|
{hotelTabLinks.map((link) => {
|
||||||
const isActive =
|
const isActive =
|
||||||
hash === link.href || (hash === "" && link.href === "#overview")
|
hash === link.href || (hash === "" && link.href === "#overview")
|
||||||
console.log("isActive", isActive, "hash", hash, "link.href", link.href)
|
|
||||||
return (
|
return (
|
||||||
<Link
|
<Link
|
||||||
key={link.href}
|
key={link.href}
|
||||||
|
|||||||
Reference in New Issue
Block a user