diff --git a/desktop/src/app/AppTopChrome.tsx b/desktop/src/app/AppTopChrome.tsx index 17c68ab60..28370b4a4 100644 --- a/desktop/src/app/AppTopChrome.tsx +++ b/desktop/src/app/AppTopChrome.tsx @@ -26,22 +26,6 @@ type AppTopChromeProps = { searchLoading?: boolean; }; -function GlobalTopDivider() { - const sidebar = useOptionalSidebar(); - const state = sidebar?.state ?? "collapsed"; - - return ( -
- ); -} - function CenterColumnTopbarSearch({ channels, currentPubkey, @@ -141,7 +125,6 @@ export function AppTopChrome({ className="fixed inset-x-0 top-0 z-20 h-10 cursor-default select-none" data-tauri-drag-region /> -