eslint fixes

This commit is contained in:
mmv 2019-03-05 19:48:47 +04:00
parent df343765e3
commit 1f84ccb0e0
1 changed files with 3 additions and 1 deletions

View File

@ -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'