From 308279841c5754fd64d8b3a4eab3ba21d10239db Mon Sep 17 00:00:00 2001 From: Chuma McPhoy Date: Thu, 25 Jul 2024 17:11:57 +0200 Subject: [PATCH] fix: remove console.log --- components/ContentType/HotelPage/TabNavigation/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/components/ContentType/HotelPage/TabNavigation/index.tsx b/components/ContentType/HotelPage/TabNavigation/index.tsx index d04575a00..af158636e 100644 --- a/components/ContentType/HotelPage/TabNavigation/index.tsx +++ b/components/ContentType/HotelPage/TabNavigation/index.tsx @@ -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 (