Fix linting issues
This commit is contained in:
parent
199daea1b9
commit
7366131817
|
@ -95,24 +95,24 @@ export default {
|
|||
EnvironmentCards,
|
||||
QuickHelp,
|
||||
TaskLog,
|
||||
ToggleHelp,
|
||||
ToggleHelp
|
||||
},
|
||||
|
||||
props: {
|
||||
id: String,
|
||||
id: String
|
||||
},
|
||||
|
||||
data() {
|
||||
data () {
|
||||
return {
|
||||
applications: data.applications,
|
||||
help: {
|
||||
hidden: false,
|
||||
hidden: false
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
computed: {
|
||||
application: function() {
|
||||
application: function () {
|
||||
return this.applications[this.id]
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue