mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-23 16:19:40 +00:00
eslint fixes
This commit is contained in:
parent
df343765e3
commit
1f84ccb0e0
@ -51,7 +51,9 @@ class GnoTransaction extends React.PureComponent<Props> {
|
||||
)
|
||||
|
||||
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
|
||||
? 'Already executed'
|
||||
|
Loading…
x
Reference in New Issue
Block a user