Allow opening profile when clicking an avatar inside of user popover

This commit is contained in:
Alexander Tumin 2022-08-08 23:42:22 +03:00
commit 4803fb07c8
6 changed files with 20 additions and 9 deletions

View file

@ -14,7 +14,7 @@
class="user-popover"
:user-id="userId"
:hide-bio="true"
:avatar-action="userPopoverZoom ? 'zoom' : close"
:avatar-action="userPopoverAvatarAction == 'close' ? close : userPopoverAvatarAction"
:on-close="close"
/>
</template>