mirror of
https://github.com/mempool/mempool.git
synced 2025-02-23 22:46:54 +01:00
Restoring missing tx index attribute for cypress
This commit is contained in:
parent
6b6dc9fb24
commit
38e4832b6a
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="header-bg box">
|
||||
<div class="header-bg box" [attr.data-cy]="'tx-' + i">
|
||||
|
||||
<div *ngIf="errorUnblinded" class="error-unblinded">{{ errorUnblinded }}</div>
|
||||
<div class="row">
|
||||
|
|
Loading…
Add table
Reference in a new issue