mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-13 11:00:01 +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">
|
<div class="receiver__expanded">
|
||||||
{#if mediaStatus}
|
|
||||||
<ReceiverMedia
|
<ReceiverMedia
|
||||||
status={mediaStatus}
|
status={mediaStatus}
|
||||||
{device}
|
{device}
|
||||||
@@ -173,7 +172,6 @@
|
|||||||
});
|
});
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
{/if}
|
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user