Remove props that are covered by the defaults
This commit is contained in:
@@ -104,8 +104,6 @@ export class EthWethConversionDialog extends React.Component<
|
||||
onChange={this._onValueChange.bind(this)}
|
||||
amount={this.state.value}
|
||||
onVisitBalancesPageClick={this.props.onCancelled}
|
||||
shouldShowErrs={true}
|
||||
shouldShowUnderline={true}
|
||||
/>
|
||||
) : (
|
||||
<EthAmountInput
|
||||
|
||||
Reference in New Issue
Block a user