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