Fix lint error in tx-list

feature/default_network_editable
Whymarrh Whitby 6 years ago committed by GitHub
parent e98c3b4c01
commit 51644962e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ui/app/components/tx-list.js

@ -35,7 +35,7 @@ function mapStateToProps (state) {
function mapDispatchToProps (dispatch) {
return {
showConfTxPage: ({ id }) => dispatch(showConfTxPage({ id })),
updateNetworkNonce: (address) => dispatch(updateNetworkNonce(address))
updateNetworkNonce: (address) => dispatch(updateNetworkNonce(address)),
}
}

Loading…
Cancel
Save