fix: telegram window not opening (#3615)

Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>
This commit is contained in:
Vyacheslav Tumanov
2023-08-22 17:08:54 +07:00
committed by GitHub
parent 4c38e920d5
commit 668cee0843
@@ -232,7 +232,10 @@
<div class="wrapped-title flex">
Telegram
{#each participants as participant}
<div class="ml-2" use:tooltip={{ label: getEmbeddedLabel(getContactName(participant)) }}>
<div
class="ml-2"
use:tooltip={{ label: getEmbeddedLabel(getContactName(client.getHierarchy(), participant)) }}
>
<Avatar size="x-small" avatar={participant.avatar} />
</div>
{/each}