Fix visual bug with expanded state without media status

This commit is contained in:
hensm
2022-08-24 02:27:44 +01:00
parent ac46802431
commit 474415c352

View File

@@ -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>