Update ChannelGrid.svelte

Details: https://github.com/sveltejs/svelte/issues/14203
This commit is contained in:
freearhey 2025-03-06 19:22:50 +03:00
parent 83fae6259f
commit bb7b04d293

View file

@ -35,7 +35,7 @@
</div>
</div>
<div>
{#each channelsDisplay as channel (channel.id)}
{#each channelsDisplay as channel}
<ChannelItem bind:channel />
{/each}
</div>