fix avatar change affordance
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -572,7 +572,6 @@ function StreamViewInner({ path, streamParticle }: StreamViewProps) {
|
||||
{/* Browse sidebar — a separate chat-like panel beside the stream */}
|
||||
{mode === 'list' && (
|
||||
<StreamListSidebar
|
||||
streamName={streamParticle.properties.name}
|
||||
items={children}
|
||||
networkId={networkId}
|
||||
currentIndex={currentIndex}
|
||||
|
||||
Reference in New Issue
Block a user