mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-11 17:40:05 -04:00
Update ChannelGrid.svelte
Details: https://github.com/sveltejs/svelte/issues/14203
This commit is contained in:
parent
83fae6259f
commit
bb7b04d293
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div>
|
||||
{#each channelsDisplay as channel (channel.id)}
|
||||
{#each channelsDisplay as channel}
|
||||
<ChannelItem bind:channel />
|
||||
{/each}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue