fix: remove console.log
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user