Bugfix for js error on transaction page.

Increase ping-pong timeout.
This commit is contained in:
softsimon
2020-09-29 18:27:44 +07:00
parent 05bea21cc8
commit d0b3b240e6
2 changed files with 2 additions and 2 deletions

View File

@@ -47,7 +47,7 @@
</div>
</td>
</tr>
<tr *ngIf="tx.status.block_height <= latestBlock.height - 8">
<tr *ngIf="latestBlock && tx.status.block_height <= latestBlock.height - 8">
<td class="td-width">Included in block</td>
<td>
<a [routerLink]="['/block/' | relativeUrl, tx.status.block_hash]" [state]="{ data: { blockHeight: tx.status.block_height } }">{{ tx.status.block_height }}</a>