mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-18 05:19:59 +00:00
Fix visual bug with expanded state without media status
This commit is contained in:
@@ -126,9 +126,8 @@
|
||||
}}
|
||||
/>
|
||||
|
||||
{#if isExpanded}
|
||||
{#if isExpanded && mediaStatus}
|
||||
<div class="receiver__expanded">
|
||||
{#if mediaStatus}
|
||||
<ReceiverMedia
|
||||
status={mediaStatus}
|
||||
{device}
|
||||
@@ -173,7 +172,6 @@
|
||||
});
|
||||
}}
|
||||
/>
|
||||
{/if}
|
||||
</div>
|
||||
{/if}
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user