diff --git a/front/src/Components/Video/ScreenSharingMediaBox.svelte b/front/src/Components/Video/ScreenSharingMediaBox.svelte index 022770bb..9b27bc8d 100644 --- a/front/src/Components/Video/ScreenSharingMediaBox.svelte +++ b/front/src/Components/Video/ScreenSharingMediaBox.svelte @@ -30,10 +30,11 @@ {#if $statusStore === "error"}
{/if} - {#if $streamStore === null} - {name} - {:else} + {#if $streamStore !== null} + + {name} +