From 38068ae7dec6f8819b36a0bb41bb3ab859fef09c Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Wed, 11 Dec 2024 14:46:14 -0800 Subject: [PATCH] remove unnecessary ref --- frontend/app/tab/tabbar.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/app/tab/tabbar.tsx b/frontend/app/tab/tabbar.tsx index e50b7e2a6..837f3ff4b 100644 --- a/frontend/app/tab/tabbar.tsx +++ b/frontend/app/tab/tabbar.tsx @@ -160,7 +160,6 @@ const TabBar = memo(({ workspace }: TabBarProps) => { dragged: false, }); const osInstanceRef = useRef(null); - const draggerRightRef = useRef(null); const draggerLeftRef = useRef(null); const workspaceSwitcherRef = useRef(null); const devLabelRef = useRef(null);