From 0e930348f0f57f3a75f1653224b25a8409521a63 Mon Sep 17 00:00:00 2001 From: Spythere Date: Tue, 17 May 2022 21:34:24 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20warto=C5=9Bci=20procentowych=20progress?= =?UTF-8?q?=20bara?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TrainsView/TrainInfoSimple.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/TrainsView/TrainInfoSimple.vue b/src/components/TrainsView/TrainInfoSimple.vue index 8a7113a..a0b8c87 100644 --- a/src/components/TrainsView/TrainInfoSimple.vue +++ b/src/components/TrainsView/TrainInfoSimple.vue @@ -126,7 +126,7 @@ export default defineComponent({ let progressBarString = ` ${percentage}% `; for (let i = 0; i < 5; i++) { - progressBarString += ``; + progressBarString += ``; } return progressBarString;