mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-14 12:04:08 +00:00
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…
x
Reference in New Issue
Block a user