Remove unused prop
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user