diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 9723bf90..3134fa23 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -506,12 +506,13 @@ {#if ($user.loggedIn && $webRTC.call.length != 0) || $webRTC.incoming.length != 0} - + {#if $webRTC.call.length} + {/if} {#each $webRTC.call as thiscall} {#if $webRTC.call.some((a) => a.peerAudio === true)}