Skip to content

Commit

Permalink
fix(lint): add missing prop defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
SabreCat committed Jan 16, 2025
1 parent 1bb4670 commit 3104012
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/client/src/components/avatar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ export default {
},
overrideAvatarGear: {
type: Object,
default: {},

Check failure on line 207 in website/client/src/components/avatar.vue

View workflow job for this annotation

GitHub Actions / lint (21.x)

Type of the default value for 'overrideAvatarGear' prop must be a function

Check failure on line 207 in website/client/src/components/avatar.vue

View workflow job for this annotation

GitHub Actions / lint (21.x)

Type of the default value for 'overrideAvatarGear' prop must be a function

Check failure on line 207 in website/client/src/components/avatar.vue

View workflow job for this annotation

GitHub Actions / client-unit (21.x)

Type of the default value for 'overrideAvatarGear' prop must be a function

Check failure on line 207 in website/client/src/components/avatar.vue

View workflow job for this annotation

GitHub Actions / client-unit (21.x)

Type of the default value for 'overrideAvatarGear' prop must be a function

Check failure on line 207 in website/client/src/components/avatar.vue

View workflow job for this annotation

GitHub Actions / production-build (21.x)

Type of the default value for 'overrideAvatarGear' prop must be a function

Check failure on line 207 in website/client/src/components/avatar.vue

View workflow job for this annotation

GitHub Actions / production-build (21.x)

Type of the default value for 'overrideAvatarGear' prop must be a function
},
width: {
type: String,
Expand All @@ -223,6 +224,7 @@ export default {
},
overrideTopPadding: {
type: String,
default: null,
},
showVisualBuffs: {
type: Boolean,
Expand Down

0 comments on commit 3104012

Please sign in to comment.