Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Chemineau <louis@chmn.me>2022-01-20 14:21:43 +0300
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-01-21 15:13:52 +0300
commite101882b9205bf33aa853dfd97753f65e724ff9f (patch)
tree5051da8a3903531fa43ded2b2ce27c59fe595a83 /apps/files_sharing/src/views/SharingTab.vue
parented729c65de08c94fc021a9a46820dbd6be0e3743 (diff)
Auto fix warnings
Signed-off-by: Louis Chemineau <louis@chmn.me>
Diffstat (limited to 'apps/files_sharing/src/views/SharingTab.vue')
-rw-r--r--apps/files_sharing/src/views/SharingTab.vue3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/files_sharing/src/views/SharingTab.vue b/apps/files_sharing/src/views/SharingTab.vue
index 62d442191bc..d1174218b08 100644
--- a/apps/files_sharing/src/views/SharingTab.vue
+++ b/apps/files_sharing/src/views/SharingTab.vue
@@ -33,8 +33,7 @@
<!-- shared with me information -->
<SharingEntrySimple v-if="isSharedWithMe" v-bind="sharedWithMe" class="sharing-entry__reshare">
<template #avatar>
- <Avatar
- :user="sharedWithMe.user"
+ <Avatar :user="sharedWithMe.user"
:display-name="sharedWithMe.displayName"
class="sharing-entry__avatar"
tooltip-message="" />