Commit 13b31d25 authored by Filipa Lacerda's avatar Filipa Lacerda

Fix broken css class

parent aa440eb1
......@@ -14,7 +14,7 @@
*/
/* global Flash */
import { statusCssClasses, borderlessStatusIconEntityMap } from '../../vue_shared/ci_status_icons';
import { borderlessStatusIconEntityMap } from '../../vue_shared/ci_status_icons';
export default {
props: {
......@@ -109,7 +109,7 @@ export default {
},
triggerButtonClass() {
return `ci-status-icon-${statusCssClasses[this.stage.status.icon]}`;
return `ci-status-icon-${this.stage.status.group}`;
},
svgIcon() {
......
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