Skip to content

Commit

Permalink
Merge pull request #4756 from nextcloud-libraries/fix/noid/user-bubbl…
Browse files Browse the repository at this point in the history
…e-props

fix(NcUserBubble): only forward necessary props
  • Loading branch information
raimund-schluessler authored Nov 4, 2023
2 parents 8284a24 + 7c40cde commit cc12609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcUserBubble/NcUserBubble.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export default {
:style="styles.avatar"
:disable-tooltip="true"
:disable-menu="true"
v-bind="$props"
:show-user-status="showUserStatus"
class="user-bubble__avatar" />

<!-- Name -->
Expand Down

0 comments on commit cc12609

Please sign in to comment.