mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-11-24 09:53:09 -05:00
dprint fmt
This commit is contained in:
parent
9a04bd5682
commit
b8982b5ac2
2 changed files with 3 additions and 6 deletions
|
|
@ -17,11 +17,7 @@ export default function WaitingForXmrConfirmationsBeforeRedeemPage({
|
|||
<MoneroTransactionInfoBox
|
||||
title="Monero Lock Transaction"
|
||||
txId={xmr_lock_txid}
|
||||
additionalContent={
|
||||
additionalContent={
|
||||
`Confirmations: ${xmr_lock_tx_confirmations}/${xmr_lock_tx_target_confirmations}`
|
||||
}
|
||||
}
|
||||
additionalContent={`Confirmations: ${xmr_lock_tx_confirmations}/${xmr_lock_tx_target_confirmations}`}
|
||||
loading
|
||||
/>
|
||||
</Box>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue