From 1665520ad1ae395a4c60b6e1f08c7c4802f0aeb1 Mon Sep 17 00:00:00 2001 From: PedroAntunesCosta <47991446+PedroAntunesCosta@users.noreply.github.com> Date: Tue, 7 Jan 2025 11:59:30 -0300 Subject: [PATCH] fix(troubleshooting list page): fix troubleshooting list page --- src/components/layout.tsx | 4 ++++ src/pages/troubleshooting/index.tsx | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/src/components/layout.tsx b/src/components/layout.tsx index 110c6839..ad9acfca 100644 --- a/src/components/layout.tsx +++ b/src/components/layout.tsx @@ -55,6 +55,10 @@ export default function Layout({ startTracking() }, []) + console.log('////////// layout.tsx') + console.log('sectionSelected') + console.log(sectionSelected) + return (