mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2024-12-04 04:01:26 +00:00
style(cardbuilder): add return to function to fix lint
This commit is contained in:
parent
1879fb5470
commit
0bdf1bb40e
@ -18,7 +18,11 @@ export default Vue.extend({
|
||||
item: {
|
||||
type: Object,
|
||||
required: true,
|
||||
default: () => {}
|
||||
default: () => {
|
||||
return {
|
||||
Name: 'Missing Name'
|
||||
};
|
||||
}
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
Loading…
Reference in New Issue
Block a user