+
);
}
diff --git a/js/src/features/network-root.tsx b/js/src/features/network-root.tsx
index 0ecc103..c7bea20 100644
--- a/js/src/features/network-root.tsx
+++ b/js/src/features/network-root.tsx
@@ -13,10 +13,10 @@ export default function NetworkRoot() {
const path = particlePath(networkId!, []);
return (
- <>
+
);
}
diff --git a/js/src/features/particles/stream-view.tsx b/js/src/features/particles/stream-view.tsx
index 183ca1d..c8307a7 100644
--- a/js/src/features/particles/stream-view.tsx
+++ b/js/src/features/particles/stream-view.tsx
@@ -265,10 +265,8 @@ export function StreamView({ path, streamParticle }: StreamViewProps) {
/>
{/* Bottom overlay: stream info + reply */}
-
);