code quality
This commit is contained in:
@ -13,7 +13,7 @@ export default {
|
||||
...(AdminApp.props || {}),
|
||||
apiUrl: String,
|
||||
},
|
||||
|
||||
|
||||
data() {
|
||||
return {
|
||||
// current streamer
|
||||
@ -28,7 +28,7 @@ export default {
|
||||
|
||||
computed: {
|
||||
...(AdminApp.computed || {}),
|
||||
|
||||
|
||||
sources() {
|
||||
var sources = this.streamer ? this.streamer.sources : [];
|
||||
return sources.filter(s => s.data)
|
||||
@ -56,5 +56,3 @@ export default {
|
||||
clearInterval(this.fetchInterval)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
@ -16,7 +16,7 @@ export default {
|
||||
props: {
|
||||
apiUrl: String,
|
||||
},
|
||||
|
||||
|
||||
data() {
|
||||
return {
|
||||
// current streamer
|
||||
|
Reference in New Issue
Block a user