Skip to content
Snippets Groups Projects
Commit 13b31d25 authored by Filipa Lacerda's avatar Filipa Lacerda
Browse files

Fix broken css class

parent aa440eb1
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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: {
Loading
Loading
@@ -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() {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment