feat: create PaymentMethodDropdown

This commit is contained in:
fragosti
2018-11-07 21:38:54 -08:00
parent f7642c06f0
commit ecb92a44bc
9 changed files with 86 additions and 43 deletions

View File

@@ -35,7 +35,7 @@ export class ERC20TokenSelector extends React.Component<ERC20TokenSelectorProps>
value={this.state.searchQuery}
onChange={this._handleSearchInputChange}
/>
<Container overflow="scroll" height="400px" marginTop="10px">
<Container overflow="scroll" height="390px" marginTop="10px">
{_.map(tokens, token => {
if (!this._isTokenQueryMatch(token)) {
return null;