diff --git a/frontend/src/app/components/block/block.component.ts b/frontend/src/app/components/block/block.component.ts index 8091fe31e..6d55e403f 100644 --- a/frontend/src/app/components/block/block.component.ts +++ b/frontend/src/app/components/block/block.component.ts @@ -86,6 +86,8 @@ export class BlockComponent implements OnInit { } getBlockTransactions(hash: string) { + this.isLoadingTransactions = true; + this.transactions = null; this.electrsApiService.getBlockTransactions$(hash) .subscribe((transactions: any) => { this.transactions = transactions; diff --git a/frontend/src/app/components/transaction/transaction.component.html b/frontend/src/app/components/transaction/transaction.component.html index 5ed7cf9f9..149e71d98 100644 --- a/frontend/src/app/components/transaction/transaction.component.html +++ b/frontend/src/app/components/transaction/transaction.component.html @@ -61,7 +61,7 @@ First seen - ago + ago