From 0609542803c8c6493ce40beaf39485ea61d9ccac Mon Sep 17 00:00:00 2001 From: mauro-balades Date: Mon, 2 Sep 2024 18:44:35 +0200 Subject: [PATCH] feat: Update navigation component Remove console.log statement and improve code readability --- src/components/navigation.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/navigation.tsx b/src/components/navigation.tsx index 0aa02fa..776661e 100644 --- a/src/components/navigation.tsx +++ b/src/components/navigation.tsx @@ -57,8 +57,6 @@ export function Navigation() { description: t(component.descriptionKey), })); - console.log(translatedComponents); - return (