From a9defb21bbafd08398f2c4e54801291ce392343e Mon Sep 17 00:00:00 2001 From: softsimon Date: Sun, 14 Jul 2024 02:06:34 +0900 Subject: [PATCH] restore timeline lowercase time --- .../acceleration-timeline.component.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 e43a082bf..28076efa5 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 { - + } @@ -96,7 +96,7 @@ @if (useAbsoluteTime) { {{ acceleratedAt * 1000 | date }} } @else { - + }