fix: remove console.log

This commit is contained in:
Chuma McPhoy
2024-07-25 17:11:57 +02:00
parent c0cc32c1e4
commit 308279841c

View File

@@ -25,7 +25,6 @@ export default function TabNavigation() {
{hotelTabLinks.map((link) => {
const isActive =
hash === link.href || (hash === "" && link.href === "#overview")
console.log("isActive", isActive, "hash", hash, "link.href", link.href)
return (
<Link
key={link.href}