Skip to content

Commit

Permalink
remove status icon from avatar bubble at table title
Browse files Browse the repository at this point in the history
Signed-off-by: Elizabeth Danzberger <spookystuff@protonmail.com>
  • Loading branch information
Elizabeth Danzberger authored and elzody committed Feb 19, 2024
1 parent 0bee900 commit bf58f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/main/sections/ElementDescription.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div v-if="!isTable && activeElement.isShared" class="user-bubble">
<NcUserBubble
:display-name="activeElement.ownerDisplayName"
:show-user-status="true"
:show-user-status="false"
:user="activeElement.ownership" />
</div>
</div>
Expand Down

0 comments on commit bf58f2f

Please sign in to comment.