mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-07 04:42:58 -05:00
[web] Lint source code
This commit is contained in:
@@ -44,9 +44,7 @@ export default {
|
||||
props: { item: { required: true, type: Object } },
|
||||
|
||||
data() {
|
||||
return {
|
||||
show_details_modal: false
|
||||
}
|
||||
return { show_details_modal: false }
|
||||
},
|
||||
|
||||
computed: {
|
||||
|
||||
Reference in New Issue
Block a user