diff --git a/src/components/Discover/Conformance/StatusBar.vue b/src/components/Discover/Conformance/StatusBar.vue index f890839..f517d4f 100644 --- a/src/components/Discover/Conformance/StatusBar.vue +++ b/src/components/Discover/Conformance/StatusBar.vue @@ -124,7 +124,7 @@ export default { traces: { count: getNumberLabel(this.stats.traces.count), total: getNumberLabel(this.stats.traces.total), - ratio: this.getPercentLabel(this.stats.tasks.ratio) + ratio: this.getPercentLabel(this.stats.traces.ratio) }, task_instances: { count: getNumberLabel(this.stats.task_instances.count),