From 54d6aa22f9b05cf479001daaf467d8ff12b0d84f Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Wed, 12 Mar 2025 13:15:02 +0500 Subject: [PATCH] web: cleanup --- apps/web/src/components/editor/header.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/web/src/components/editor/header.tsx b/apps/web/src/components/editor/header.tsx index b30ddc511..65d2bdc24 100644 --- a/apps/web/src/components/editor/header.tsx +++ b/apps/web/src/components/editor/header.tsx @@ -61,8 +61,6 @@ function Header(props: HeaderProps) { }, []); - // if (!noteId) return null; - return ( <>