Commit 31f76576 authored by Bryce Johnson's avatar Bryce Johnson

Remove unused linkedPipelineClass computed.

parent c6bb5954
...@@ -37,9 +37,6 @@ ...@@ -37,9 +37,6 @@
hasTriggeredBy() { hasTriggeredBy() {
return this.triggeredBy.length; return this.triggeredBy.length;
}, },
linkedPipelinesClass() {
return this.hasTriggered || this.hasTriggeredBy ? 'has-linked-pipelines' : '';
},
}, },
methods: { methods: {
capitalizeStageName(name) { capitalizeStageName(name) {
......
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