Commit 482e7ff0 authored by Filipa Lacerda's avatar Filipa Lacerda

Fix broken test and linter error

parent 19bac884
......@@ -97,7 +97,7 @@ module.exports = Vue.component('environment-item', {
* @returns {Boolean}
*/
hasStopAction() {
return this.model['stop_action?'];
return this.model.latest['stop_action?'];
},
/**
......
......@@ -55,5 +55,5 @@ const environment = {
module.exports = {
environmentsList,
environment
environment,
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment