Skip to content

Commit

Permalink
Remove unneeded attr title
Browse files Browse the repository at this point in the history
Signed-off-by: julia.kirschenheuter <[email protected]>
  • Loading branch information
JuliaKirschenheuter authored and backportbot-nextcloud[bot] committed Feb 27, 2023
1 parent 849b023 commit f8c6c3d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/Admins.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
<span :class="{ hidden: !isLoading }" class="icon icon-loading" />
<div v-for="admin in admins" :key="admin.id" class="admin-NcAvatar-container">
<NcAvatar :user="admin.internal ? admin.id : null"
:title="admin.displayname"
:display-name="admin.displayname"
:size="64"
:is-no-user="!admin.internal"
Expand Down
1 change: 0 additions & 1 deletion src/components/Shares.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
:key="uid"
:user="uid"
:display-name="uidDisplaynameMap[uid]"
:title="uidDisplaynameMap[uid]"
:size="64"
:show-user-status="false" />
</div>
Expand Down

0 comments on commit f8c6c3d

Please sign in to comment.