Fix linter errors

This commit is contained in:
Fabio Berger
2017-12-15 12:47:16 -06:00
parent b46dd2e0a2
commit 13279f1f20
3 changed files with 0 additions and 13 deletions

View File

@@ -655,11 +655,6 @@ export class TokenBalances extends React.Component<TokenBalancesProps, TokenBala
isDharmaDialogVisible: !this.state.isDharmaDialogVisible,
});
}
private getWrappedEthToken() {
const tokens = _.values(this.props.tokenByAddress);
const wrappedEthToken = _.find(tokens, {symbol: ETHER_TOKEN_SYMBOL});
return wrappedEthToken;
}
private onAddTokenClicked() {
this.setState({
isTokenPickerOpen: true,