This commit is contained in:
eugenijm 2020-05-10 21:27:32 +03:00
parent aa1f2a1c3f
commit bd5b3e8922

View file

@ -22,13 +22,20 @@
:fallback-user="currentUser"
/>
</div>
<div style="visibility: hidden">
<ChatAvatar
<div style="">
<!-- <ChatAvatar
:users="chatParticipants"
:fallback-user="currentUser"
width="23px"
height="23px"
/>
/> -->
<a
class=""
style="margin-right: 0.3em;"
@click="goBack"
>
<i class="button-icon icon-info-circled" />
</a>
</div>
</div>
<template>