Show skeleton loader instead of "Loading transaction..."

This commit is contained in:
Mononaut
2023-07-12 17:43:48 +09:00
parent 55cc3a0c07
commit 132923e7db
2 changed files with 5 additions and 13 deletions

View File

@@ -226,7 +226,6 @@ export class TransactionComponent implements OnInit, AfterViewInit, OnDestroy {
this.tx.feePerVsize = tx.fee / (tx.weight / 4);
this.isLoadingTx = false;
this.error = undefined;
this.loadingCachedTx = false;
this.waitingForTransaction = false;
this.graphExpanded = false;
this.transactionTime = tx.firstSeen || 0;