fix: invalid type passed to hook

This commit is contained in:
talksik
2026-04-01 08:26:06 -07:00
parent edc1176e3e
commit e10586ee1a
2 changed files with 2 additions and 2 deletions
@@ -94,7 +94,7 @@ function StreamRow({
const userId = user?.id ?? "";
const network = useNetwork(networkId);
useStreamAutoplay(latestChild, particle, networkId, network);
useStreamAutoplay(latestChild, particle, networkId, network ?? undefined);
const expiringSoon = useExpiringSoon(
particle.last_child_created_at,