From 725e9c0d9555d997478e767acaeec208bc3133a3 Mon Sep 17 00:00:00 2001 From: softsimon Date: Sat, 13 Jul 2024 19:36:27 +0900 Subject: [PATCH] restore timeline lowercase time --- .../acceleration-timeline/acceleration-timeline.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/components/acceleration-timeline/acceleration-timeline.component.html b/frontend/src/app/components/acceleration-timeline/acceleration-timeline.component.html index 9f45afb6e..e43a082bf 100644 --- a/frontend/src/app/components/acceleration-timeline/acceleration-timeline.component.html +++ b/frontend/src/app/components/acceleration-timeline/acceleration-timeline.component.html @@ -66,7 +66,7 @@ @if (useAbsoluteTime) { {{ transactionTime * 1000 | date }} } @else { - + }