Fix lint errors

Remove icon
This commit is contained in:
apane
2019-10-03 14:20:14 -03:00
committed by David Sun
parent c0400fa986
commit ba5e19a015
3 changed files with 2 additions and 3 deletions

View File

@@ -116,7 +116,7 @@ export class PaymentMethod extends React.PureComponent<PaymentMethodProps> {
secondaryColor={ColorOption.fortmaticSecondary}
marginTop="5px"
>
Connect with <Icon width={13} height={22} icon="lock" color={ColorOption.black} /> Fortmatic
Connect with Fortmatic
</WalletPrompt>
</Flex>
);

View File

@@ -1,4 +1,3 @@
import * as Fortmatic from 'fortmatic';
import * as React from 'react';
import { connect } from 'react-redux';
import { Dispatch } from 'redux';

View File

@@ -3,7 +3,7 @@ import { Web3Wrapper } from '@0x/web3-wrapper';
import { SupportedProvider, ZeroExProvider } from 'ethereum-types';
import * as Fortmatic from 'fortmatic';
import { FORTMATIC_API_KEY, LOADING_ACCOUNT, LOCKED_ACCOUNT, NO_ACCOUNT } from '../constants';
import { FORTMATIC_API_KEY, LOADING_ACCOUNT, NO_ACCOUNT } from '../constants';
import { Maybe, Network, OrderSource, ProviderState, ProviderType } from '../types';
import { envUtil } from '../util/env';