Skip to content

Commit

Permalink
fix(NcUserBubble): only forward necessary props
Browse files Browse the repository at this point in the history
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
  • Loading branch information
raimund-schluessler committed Nov 4, 2023
1 parent 0a6b503 commit 7c40cde
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 7c40cde

Please sign in to comment.