mirror of
https://github.com/iptv-org/iptv-org.github.io.git
synced 2025-05-11 17:40:05 -04:00
Update ChannelItem.svelte
Hide the guides until the issue of updating them is resolved (https://github.com/iptv-org/epg/issues/2017)
This commit is contained in:
parent
21cf7ad59f
commit
586d3a4cde
1 changed files with 3 additions and 2 deletions
|
@ -128,7 +128,7 @@
|
|||
</div>
|
||||
<div class="w-52 px-4 sm:56">
|
||||
<div class="text-right flex justify-end space-x-3 items-center">
|
||||
{#if guides.length}
|
||||
<!-- {#if guides.length}
|
||||
<button
|
||||
on:click="{showGuides}"
|
||||
class="text-sm text-gray-500 dark:text-gray-100 inline-flex space-x-1 flex items-center hover:text-blue-500 dark:hover:text-blue-400"
|
||||
|
@ -152,7 +152,8 @@
|
|||
<div>{guides.length}</div>
|
||||
<div>{pluralize(guides.length, 'guide')}</div>
|
||||
</button>
|
||||
{/if}{#if streams.length}
|
||||
{/if} -->
|
||||
{#if streams.length}
|
||||
<button
|
||||
on:click="{showStreams}"
|
||||
class="text-sm text-gray-500 dark:text-gray-100 inline-flex space-x-1 flex items-center hover:text-blue-500 dark:hover:text-blue-400"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue