aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrandon Millman <brandon.millman@gmail.com>2018-03-23 14:39:13 +0800
committerBrandon Millman <brandon.millman@gmail.com>2018-03-23 14:39:13 +0800
commitd106079d9b69191d9cdc6d9323dbae3e4b45daf2 (patch)
treeec3383816502ee2e8913b67de06c062869c84343
parentdc3be992a3a1d5f352b65effa5c05f69f8e3272c (diff)
downloaddexon-0x-contracts-d106079d9b69191d9cdc6d9323dbae3e4b45daf2.tar
dexon-0x-contracts-d106079d9b69191d9cdc6d9323dbae3e4b45daf2.tar.gz
dexon-0x-contracts-d106079d9b69191d9cdc6d9323dbae3e4b45daf2.tar.bz2
dexon-0x-contracts-d106079d9b69191d9cdc6d9323dbae3e4b45daf2.tar.lz
dexon-0x-contracts-d106079d9b69191d9cdc6d9323dbae3e4b45daf2.tar.xz
dexon-0x-contracts-d106079d9b69191d9cdc6d9323dbae3e4b45daf2.tar.zst
dexon-0x-contracts-d106079d9b69191d9cdc6d9323dbae3e4b45daf2.zip
Remove props that are covered by the defaults
-rw-r--r--packages/website/ts/components/dialogs/eth_weth_conversion_dialog.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/website/ts/components/dialogs/eth_weth_conversion_dialog.tsx b/packages/website/ts/components/dialogs/eth_weth_conversion_dialog.tsx
index f61b6495e..d1bdb447f 100644
--- a/packages/website/ts/components/dialogs/eth_weth_conversion_dialog.tsx
+++ b/packages/website/ts/components/dialogs/eth_weth_conversion_dialog.tsx
@@ -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