Remove unused prop

This commit is contained in:
Fabio Berger
2018-01-30 21:34:13 +01:00
parent 1feac1a308
commit 8aac6e46d4

View File

@@ -309,7 +309,6 @@ export class EthWrappers extends React.Component<EthWrappersProps, EthWrappersSt
isOutdatedWrappedEther={true} isOutdatedWrappedEther={true}
direction={Side.Receive} direction={Side.Receive}
ethToken={outdatedEtherToken} ethToken={outdatedEtherToken}
ethTokenState={outdatedEtherTokenState}
dispatcher={this.props.dispatcher} dispatcher={this.props.dispatcher}
blockchain={this.props.blockchain} blockchain={this.props.blockchain}
userEtherBalance={this.props.userEtherBalance} userEtherBalance={this.props.userEtherBalance}