mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-15 12:55:59 +00:00
fix: telegram window not opening (#3615)
Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>
This commit is contained in:
parent
4c38e920d5
commit
668cee0843
@ -232,7 +232,10 @@
|
|||||||
<div class="wrapped-title flex">
|
<div class="wrapped-title flex">
|
||||||
Telegram
|
Telegram
|
||||||
{#each participants as participant}
|
{#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} />
|
<Avatar size="x-small" avatar={participant.avatar} />
|
||||||
</div>
|
</div>
|
||||||
{/each}
|
{/each}
|
||||||
|
Loading…
Reference in New Issue
Block a user