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 7a30f26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NcUserBubble/NcUserBubble.vue
Expand Up @@ -99,7 +99,7 @@ export default {
:style="styles.avatar"
:disable-tooltip="true"
:disable-menu="true"
v-bind="$props"
:showUserStatus="showUserStatus"

Check warning on line 102 in src/components/NcUserBubble/NcUserBubble.vue

View workflow job for this annotation

GitHub Actions / eslint

Attribute ':showUserStatus' must be hyphenated
class="user-bubble__avatar" />

<!-- Name -->
Expand Down

0 comments on commit 7a30f26

Please sign in to comment.