Skip to content

Commit

Permalink
fix: map txid to txId to match new format of useExplorerLink, closes l…
Browse files Browse the repository at this point in the history
  • Loading branch information
pete-watters committed Nov 7, 2023
1 parent a578e08 commit cbf8814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/send/sent-summary/btc-sent-summary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export function BtcSentSummary() {

function onClickLink() {
void analytics.track('view_transaction_confirmation', { symbol: 'BTC' });
handleOpenTxLink(txLink);
handleOpenTxLink({ blockchain: txLink.blockchain, txId: txLink.txid });
}

function onClickCopy() {
Expand Down

0 comments on commit cbf8814

Please sign in to comment.