Minor UX fixes.

This commit is contained in:
softsimon
2020-02-28 05:28:23 +07:00
parent 8b4dc76d50
commit b15253c93e
2 changed files with 3 additions and 1 deletions

View File

@@ -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;