diff --git a/src/lib/components/calling/IncomingCall.svelte b/src/lib/components/calling/IncomingCall.svelte index abbc061f8..2ab3dc273 100644 --- a/src/lib/components/calling/IncomingCall.svelte +++ b/src/lib/components/calling/IncomingCall.svelte @@ -52,8 +52,10 @@
{$user.name} - {$user.profile.status_message} - + {#if $user.profile.status_message !== ""} + {$user.profile.status_message} + {/if} +