diff --git a/src/components/ActivityDetailsModal.tsx b/src/components/ActivityDetailsModal.tsx index a64e516..dfda31e 100644 --- a/src/components/ActivityDetailsModal.tsx +++ b/src/components/ActivityDetailsModal.tsx @@ -408,48 +408,53 @@ function OnchainDetails(props: { "Pending" )} - -
- {/* Have to do all these shenanigans because css / html is hard */} -
- + +
+ {/* Have to do all these shenanigans because css / html is hard */} + +
- -
- + + ); diff --git a/src/routes/Receive.tsx b/src/routes/Receive.tsx index 2116a2f..b93f64c 100644 --- a/src/routes/Receive.tsx +++ b/src/routes/Receive.tsx @@ -60,6 +60,7 @@ export type OnChainTx = { }>; }; txid: string; + internal_id: string; received: number; sent: number; confirmation_time: { @@ -213,7 +214,7 @@ export function Receive() { const paymentTxId = paidState() === "onchain_paid" ? paymentTx() - ? paymentTx()?.txid + ? paymentTx()?.internal_id : undefined : paymentInvoice() ? paymentInvoice()?.payment_hash