summaryrefslogtreecommitdiffstats
path: root/src/components/EntityPicker/EntityBubble.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/EntityPicker/EntityBubble.vue')
-rw-r--r--src/components/EntityPicker/EntityBubble.vue5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/components/EntityPicker/EntityBubble.vue b/src/components/EntityPicker/EntityBubble.vue
index 47280e8f..d06f4d99 100644
--- a/src/components/EntityPicker/EntityBubble.vue
+++ b/src/components/EntityPicker/EntityBubble.vue
@@ -21,8 +21,7 @@
-
-->
<template>
- <UserBubble
- class="entity-picker__bubble"
+ <UserBubble class="entity-picker__bubble"
:margin="0"
:size="22"
:display-name="label">
@@ -36,7 +35,7 @@
</template>
<script>
-import UserBubble from '@nextcloud/vue/dist/Components/NcUserBubble'
+import UserBubble from '@nextcloud/vue/dist/Components/NcUserBubble.js'
export default {
name: 'EntityBubble',