aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/src/components/SharingEntryInherited.vue
diff options
context:
space:
mode:
authorLouis Chemineau <louis@chmn.me>2022-01-20 12:21:43 +0100
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-01-21 13:13:52 +0100
commite101882b9205bf33aa853dfd97753f65e724ff9f (patch)
tree5051da8a3903531fa43ded2b2ce27c59fe595a83 /apps/files_sharing/src/components/SharingEntryInherited.vue
parented729c65de08c94fc021a9a46820dbd6be0e3743 (diff)
downloadnextcloud-server-e101882b9205bf33aa853dfd97753f65e724ff9f.tar.gz
nextcloud-server-e101882b9205bf33aa853dfd97753f65e724ff9f.zip
Auto fix warnings
Signed-off-by: Louis Chemineau <louis@chmn.me>
Diffstat (limited to 'apps/files_sharing/src/components/SharingEntryInherited.vue')
-rw-r--r--apps/files_sharing/src/components/SharingEntryInherited.vue6
1 files changed, 2 insertions, 4 deletions
diff --git a/apps/files_sharing/src/components/SharingEntryInherited.vue b/apps/files_sharing/src/components/SharingEntryInherited.vue
index b8b5674efc9..72a513cfb1f 100644
--- a/apps/files_sharing/src/components/SharingEntryInherited.vue
+++ b/apps/files_sharing/src/components/SharingEntryInherited.vue
@@ -21,13 +21,11 @@
-->
<template>
- <SharingEntrySimple
- :key="share.id"
+ <SharingEntrySimple :key="share.id"
class="sharing-entry__inherited"
:title="share.shareWithDisplayName">
<template #avatar>
- <Avatar
- :user="share.shareWith"
+ <Avatar :user="share.shareWith"
:display-name="share.shareWithDisplayName"
class="sharing-entry__avatar"
tooltip-message="" />