cleanup unnecessary logic and complexity

This commit is contained in:
Arjun Patel
2026-06-13 11:33:12 -07:00
parent 368922a2c1
commit 3175b04d3c
2 changed files with 5 additions and 21 deletions
@@ -213,10 +213,7 @@ function StreamViewInner({ path, streamParticle }: StreamViewProps) {
});
const userId = useAuthStore((s) => s.user?.id);
const { mode, toggle: toggleViewMode } = useStreamViewMode(
streamParticle,
userId,
);
const { mode, toggle: toggleViewMode } = useStreamViewMode();
const {
children,