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:
Diffstat (limited to 'app/assets/javascripts/cycle_analytics/components/stage_staging_component.vue')
-rw-r--r--app/assets/javascripts/cycle_analytics/components/stage_staging_component.vue6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/javascripts/cycle_analytics/components/stage_staging_component.vue b/app/assets/javascripts/cycle_analytics/components/stage_staging_component.vue
index 26ee5a8c69d..92f2a95a66a 100644
--- a/app/assets/javascripts/cycle_analytics/components/stage_staging_component.vue
+++ b/app/assets/javascripts/cycle_analytics/components/stage_staging_component.vue
@@ -15,7 +15,7 @@
props: {
items: {
type: Array,
- default: []
+ default: () => [],
},
stage: {
type: Object,
@@ -69,7 +69,7 @@
<a
:href="build.commitUrl"
class="commit-sha"
- >
+ >
{{ build.shortSha }}
</a>
</h5>
@@ -77,7 +77,7 @@
<a
:href="build.url"
class="build-date"
- >
+ >
{{ build.date }}
</a>
{{ s__('ByAuthor|by') }}