Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2017-10-30 15:25:26 +0300
committerTim Zallmann <tzallmann@gitlab.com>2017-10-30 15:25:26 +0300
commit5b115db66afa22cf0e4a94a315be3fc8c8ef7392 (patch)
treeb76fffba9c1f9944ec22682dea816cbfffab74df /app/assets/javascripts/pipelines/components/stage.vue
parent1c015eda90dabb45e5f9f0344ec6dfb9be6eba81 (diff)
Missing Comma added
Diffstat (limited to 'app/assets/javascripts/pipelines/components/stage.vue')
-rw-r--r--app/assets/javascripts/pipelines/components/stage.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/pipelines/components/stage.vue b/app/assets/javascripts/pipelines/components/stage.vue
index c8bccb4f20d..ac9d9c901ca 100644
--- a/app/assets/javascripts/pipelines/components/stage.vue
+++ b/app/assets/javascripts/pipelines/components/stage.vue
@@ -125,7 +125,7 @@ export default {
borderlessIcon() {
return `${this.stage.status.icon}_borderless`;
- }
+ },
},
};
</script>