react-auth-box icon indicating copy to clipboard operation
react-auth-box copied to clipboard

remove unused dispatch in callback

Open rstormsf opened this issue 7 years ago • 0 comments

returning function with dispatch while you are not dispatching the actual function is redundant. I don't think it makes sense to have undefined dispatch as a parameter since you are not even using it. https://github.com/truffle-box/react-auth-box/blob/master/src/util/web3/getWeb3.js#L14

rstormsf avatar Jul 21 '17 19:07 rstormsf