mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-27 15:45:56 -05:00
[web] Lint source code
This commit is contained in:
parent
ee48395f1b
commit
e1b6f9eb2b
@ -44,9 +44,7 @@ export default {
|
|||||||
props: { item: { required: true, type: Object } },
|
props: { item: { required: true, type: Object } },
|
||||||
|
|
||||||
data() {
|
data() {
|
||||||
return {
|
return { show_details_modal: false }
|
||||||
show_details_modal: false
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
|
|
||||||
computed: {
|
computed: {
|
||||||
|
Loading…
Reference in New Issue
Block a user