Merge pull request #3721 from mempool/mononaut/fix-first-seen

Restore transaction first seen field
This commit is contained in:
softsimon
2023-05-06 03:05:35 +04:00
committed by GitHub
2 changed files with 7 additions and 5 deletions

View File

@@ -85,7 +85,7 @@
<div class="col-sm">
<table class="table table-borderless table-striped">
<tbody>
<ng-template [ngIf]="transactionTime !== 0 && !replaced">
<ng-template [ngIf]="transactionTime !== 0">
<tr *ngIf="transactionTime === -1; else firstSeenTmpl">
<td><span class="skeleton-loader"></span></td>
<td><span class="skeleton-loader"></span></td>