restore timeline lowercase time

This commit is contained in:
softsimon 2024-07-13 19:36:27 +09:00
parent 74e59d6ea5
commit 725e9c0d95
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7

View File

@ -66,7 +66,7 @@
@if (useAbsoluteTime) {
<span>{{ transactionTime * 1000 | date }}</span>
} @else {
<app-time kind="since" [time]="transactionTime"></app-time>
<app-time kind="since" [time]="transactionTime" [lowercaseStart]="true"></app-time>
}
</div>
</div>