fix: issuse with payment tx id not taking user to correct place

This commit is contained in:
Danny Morabito 2025-07-16 19:08:43 +02:00
parent 402abae59b
commit d348ad543b
Signed by: dannym
GPG key ID: 7CC8056A5A04557E

View file

@ -59,10 +59,7 @@
...{payment.txId?.slice(-16)} ...{payment.txId?.slice(-16)}
</a> </a>
{:else if (payment as Payment).details.type === "lightning"} {:else if (payment as Payment).details.type === "lightning"}
<a <a href="https://liquid.network/tx/{payment.txId}" target="_blank">
href="https://liquid.network/tx/{payment.claimTxId}"
target="_blank"
>
...{payment.txId?.slice(-16)} ...{payment.txId?.slice(-16)}
</a> </a>
{/if} {/if}