Skip to content

Commit

Permalink
Merge pull request #304 from secretkeylabs/imamahzafar/fix/restore-fu…
Browse files Browse the repository at this point in the history
…nd-status-path

Fix navigation
  • Loading branch information
yknl committed Mar 16, 2023
2 parents 66ef4e7 + 0533e75 commit 96157ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/screens/confrimBtcTransaction/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ function ConfirmBtcTransaction() {
state: {
txid: '',
currency: 'BTC',
isNft: true,
error: errorBtcOrdinalTransaction.toString(),
},
});
Expand Down Expand Up @@ -81,6 +82,7 @@ function ConfirmBtcTransaction() {
state: {
txid: btcOrdinalTxBroadcastData,
currency: 'BTC',
isNft: true,
error: '',
},
});
Expand Down

0 comments on commit 96157ab

Please sign in to comment.