From 759fc503d38c45ef65b1935a156cecc3241e8b40 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Tue, 4 Nov 2025 08:51:46 -0800 Subject: [PATCH] Fix accidental typing --- src-web/components/Sidebar.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src-web/components/Sidebar.tsx b/src-web/components/Sidebar.tsx index 03ef6b5c..b50f6620 100644 --- a/src-web/components/Sidebar.tsx +++ b/src-web/components/Sidebar.tsx @@ -154,9 +154,8 @@ function Sidebar({ className }: { className?: string }) { folderId, }), ), - ); - op> - } + ); + } } catch (e) { console.error(e); }