summaryrefslogtreecommitdiffstats
path: root/src/components/ContactsList/ContactsListItem.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/ContactsList/ContactsListItem.vue')
-rw-r--r--src/components/ContactsList/ContactsListItem.vue5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/components/ContactsList/ContactsListItem.vue b/src/components/ContactsList/ContactsListItem.vue
index 9252e4bc..37204df4 100644
--- a/src/components/ContactsList/ContactsListItem.vue
+++ b/src/components/ContactsList/ContactsListItem.vue
@@ -1,6 +1,5 @@
<template>
- <ListItem
- :id="id"
+ <ListItem :id="id"
:key="source.key"
class="list-item-style envelope"
:title="source.displayName"
@@ -24,7 +23,7 @@
<script>
import { NcListItem as ListItem } from '@nextcloud/vue'
-import BaseAvatar from '@nextcloud/vue/dist/Components/NcAvatar'
+import BaseAvatar from '@nextcloud/vue/dist/Components/NcAvatar.js'
export default {
name: 'ContactsListItem',