Commit 96d73879 authored by Bryce Johnson's avatar Bryce Johnson

Remove logic for hasTriggeredBy is graph component className.

parent 707ebedf
......@@ -53,11 +53,7 @@
// If it's the first stage column and only has one job
if (index === 0 && stage.groups.length === 1) {
if (!this.hasTriggeredBy) {
className = 'no-margin';
} else {
className = 'left-margin';
}
className = 'left-margin';
} else if (index > 0) {
// If it is not the first column
className = 'left-margin';
......
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