Skip to content

Commit

Permalink
removed status icon from avatar on views table on dashboard
Browse files Browse the repository at this point in the history
Signed-off-by: Elizabeth Danzberger <spookystuff@protonmail.com>
  • Loading branch information
Elizabeth Danzberger committed Feb 16, 2024
1 parent 7ec175f commit 0bee900
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modules/main/sections/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
<NcAvatar
:display-name="share.receiverDisplayName"
:user="share.receiver"
:is-no-user="share.receiverType !== 'user'" />
:is-no-user="share.receiverType !== 'user'"
:show-user-status="false" />
</div>
</div>
</td>
Expand Down

0 comments on commit 0bee900

Please sign in to comment.