Fixing tx tracking issues.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<div class="txBubble" [ngStyle]="txBubbleStyle" *ngIf="txTrackingEnabled && tx">
|
||||
<span class="txBubbleText" ngClass="arrow-{{ arrowPosition }}">
|
||||
<span class="txBubbleText" ngClass="arrow-{{ txBubbleArrowPosition }}">
|
||||
<table style="width: 100%;">
|
||||
<tr>
|
||||
<td class="text-left"><b>Transaction hash</b></td>
|
||||
|
||||
Reference in New Issue
Block a user