wip
This commit is contained in:
parent
aa1f2a1c3f
commit
bd5b3e8922
1 changed files with 10 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue