fix: issuse with payment tx id not taking user to correct place
This commit is contained in:
parent
402abae59b
commit
d348ad543b
1 changed files with 1 additions and 4 deletions
|
@ -59,10 +59,7 @@
|
|||
...{payment.txId?.slice(-16)}
|
||||
</a>
|
||||
{:else if (payment as Payment).details.type === "lightning"}
|
||||
<a
|
||||
href="https://liquid.network/tx/{payment.claimTxId}"
|
||||
target="_blank"
|
||||
>
|
||||
<a href="https://liquid.network/tx/{payment.txId}" target="_blank">
|
||||
...{payment.txId?.slice(-16)}
|
||||
</a>
|
||||
{/if}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue