BigW Consortium Gitlab

Commit 715461a9 by Regis

pipline user for pipeline_url refactor

parent 4c620d6b
......@@ -8,8 +8,7 @@
],
computed: {
user() {
if (this.pipeline.user) return true;
return false;
return !!this.pipeline.user;
},
},
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