Commit 40fb0d9e authored by Regis's avatar Regis

use has_details to decide if link needs to be created or not

parent c8b81da0
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
}, },
detailsPath() { detailsPath() {
const { status } = this.pipeline.details; const { status } = this.pipeline.details;
return status.details_path ? status.details_path : false; return status.has_details ? status.details_path : false;
}, },
}, },
template: ` template: `
......
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