Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit

Permalink
fix: block explorer link on invoice page (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 authored Sep 19, 2019
1 parent 2c0f6b1 commit 005d107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/reverse/steps/payInvoice.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class PayInvoice extends React.Component {
render() {
const { classes, swapInfo, swapResponse } = this.props;
const link = swapResponse
? `${getExplorer(swapInfo.quote)}/${swapResponse.lockupTransactionHash}`
? `${getExplorer(swapInfo.quote)}/${swapResponse.lockupTransactionId}`
: '';

return (
Expand Down

0 comments on commit 005d107

Please sign in to comment.