Skip to content

Commit

Permalink
empty streams
Browse files Browse the repository at this point in the history
  • Loading branch information
zaanposni committed Jan 26, 2024
1 parent a3ae786 commit e524102
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/psaggregator/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@
<div class="flex flex-col">
{#each data.upcomingStreams as stream}
<UploadPlanEntry entry={stream} />
{:else}
<div class="flex items-center mt-4">
<span>Momentan sind keine geplanten Streams bekannt.</span>
</div>
{/each}
</div>
</div>
Expand Down

0 comments on commit e524102

Please sign in to comment.