eslint fixes
This commit is contained in:
parent
df343765e3
commit
1f84ccb0e0
|
@ -51,7 +51,9 @@ class GnoTransaction extends React.PureComponent<Props> {
|
||||||
)
|
)
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
const { open, toggle, transaction, confirmed, safeName, userAddress, executionHash, threshold } = this.props
|
const {
|
||||||
|
open, toggle, transaction, confirmed, safeName, userAddress, executionHash, threshold,
|
||||||
|
} = this.props
|
||||||
|
|
||||||
const confirmationText = executionHash
|
const confirmationText = executionHash
|
||||||
? 'Already executed'
|
? 'Already executed'
|
||||||
|
|
Loading…
Reference in New Issue