aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_popover/user_popover.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/user_popover/user_popover.vue')
-rw-r--r--src/components/user_popover/user_popover.vue5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/components/user_popover/user_popover.vue b/src/components/user_popover/user_popover.vue
index 7ad5c234..c998e298 100644
--- a/src/components/user_popover/user_popover.vue
+++ b/src/components/user_popover/user_popover.vue
@@ -9,14 +9,13 @@
<template v-slot:trigger>
<slot />
</template>
- <template v-slot:content>
+ <template v-slot:content={close}>
<UserCard
class="user-popover"
:user-id="userId"
:hide-bio="true"
- :bordered="false"
:allow-zooming-avatar="true"
- :rounded="true"
+ :onClose="close"
/>
</template>
</Popover>