mirror of
https://github.com/mempool/mempool.git
synced 2025-04-25 07:51:40 +02:00
Merge pull request #4968 from mempool/mononaut/54-year-pizza
Fix first seen loading time in tx tracker
This commit is contained in:
commit
ccd460cf70
@ -32,10 +32,10 @@
|
||||
<div class="field">
|
||||
<div class="label" i18n="transaction.first-seen|Transaction first seen">First seen</div>
|
||||
<div class="value">
|
||||
@if (transactionTime) {
|
||||
@if (transactionTime > 0) {
|
||||
<i><app-time kind="since" [time]="transactionTime" [fastRender]="true"></app-time></i>
|
||||
} @else {
|
||||
<span class="skeleton-loader"></span>
|
||||
<span class="skeleton-loader" style="max-width: 50%;"></span>
|
||||
}
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user