fix confirmed labe
This commit is contained in:
parent
9a999fd2ea
commit
9dfdd4f4b1
|
@ -83,7 +83,10 @@ const OwnersColumn = ({
|
|||
displayButtonRow = false
|
||||
}
|
||||
|
||||
const confirmedLabel = `Confirmed [${tx.confirmations.size}/${threshold}]`
|
||||
let confirmedLabel = `Confirmed [${tx.confirmations.size}/${threshold}]`
|
||||
if (tx.executionTxHash) {
|
||||
confirmedLabel = `Confirmed [${tx.confirmations.size}]`
|
||||
}
|
||||
const unconfirmedLabel = `Unconfirmed [${ownersUnconfirmed.size}]`
|
||||
|
||||
return (
|
||||
|
|
Loading…
Reference in New Issue