diff --git a/js/desktop/src/components/ui/scroll-area.tsx b/js/desktop/src/components/ui/scroll-area.tsx index b17197b..611a5ce 100644 --- a/js/desktop/src/components/ui/scroll-area.tsx +++ b/js/desktop/src/components/ui/scroll-area.tsx @@ -16,7 +16,7 @@ function ScrollArea({ > {children} diff --git a/js/desktop/src/features/particles/stream-list-sidebar.tsx b/js/desktop/src/features/particles/stream-list-sidebar.tsx index e8a0d5e..db4630f 100644 --- a/js/desktop/src/features/particles/stream-list-sidebar.tsx +++ b/js/desktop/src/features/particles/stream-list-sidebar.tsx @@ -10,7 +10,6 @@ import { KeyHint } from '@/components/key-hint'; import { ScrollArea } from '@/components/ui/scroll-area'; interface StreamListSidebarProps { - streamName: string; items: Particle[]; networkId: string; currentIndex: number; @@ -24,7 +23,6 @@ interface StreamListSidebarProps { * nothing auto-advances. */ export function StreamListSidebar({ - streamName, items, networkId, currentIndex, @@ -41,13 +39,12 @@ export function StreamListSidebar({ }, [currentIndex]); return ( -