diff --git a/src/routes/safe/component/Transactions/Transaction/index.jsx b/src/routes/safe/component/Transactions/Transaction/index.jsx index c4ad5137..69b885ec 100644 --- a/src/routes/safe/component/Transactions/Transaction/index.jsx +++ b/src/routes/safe/component/Transactions/Transaction/index.jsx @@ -51,7 +51,9 @@ class GnoTransaction extends React.PureComponent { ) 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'