Minor UX fixes.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user