filter streams with no HLS link

This commit is contained in:
2024-02-23 11:11:03 +00:00
parent 3641cadd0d
commit 364d2c272f
7 changed files with 33 additions and 40 deletions

View File

@ -162,7 +162,7 @@ export function StreamPage({ link, evPreload }: { evPreload?: NostrEvent; link:
status={status}
/>
</Suspense>
<ProfileInfo ev={ev} goal={goal} />
<ProfileInfo ev={ev as TaggedNostrEvent} goal={goal} />
<StreamCards host={host} />
</div>
<LiveChat