Lint and fix typo

This commit is contained in:
fragosti
2018-06-21 17:42:37 -07:00
parent b0000bb276
commit de2dcbae5a
2 changed files with 2 additions and 2 deletions

View File

@@ -243,7 +243,7 @@ export class Portal extends React.Component<PortalProps, PortalState> {
style={{
backgroundColor: colors.lightestGrey,
position: 'fixed',
// Hack: used to make onboarding z-index logi work for both mobile and desktop
// Hack: used to make onboarding z-index logic work for both mobile and desktop
zIndex: utils.isMobile(this.props.screenWidth) ? zIndex.topBar : undefined,
}}
maxWidth={LARGE_LAYOUT_MAX_WIDTH}

View File

@@ -29,6 +29,7 @@ import { WrapEtherItem } from 'ts/components/wallet/wrap_ether_item';
import { AllowanceToggle } from 'ts/containers/inputs/allowance_toggle';
import { Dispatcher } from 'ts/redux/dispatcher';
import { colors } from 'ts/style/colors';
import { styled } from 'ts/style/theme';
import {
BlockchainErrs,
ProviderType,
@@ -43,7 +44,6 @@ import {
import { analytics } from 'ts/utils/analytics';
import { constants } from 'ts/utils/constants';
import { utils } from 'ts/utils/utils';
import { styled } from 'ts/style/theme';
import { styles as walletItemStyles } from 'ts/utils/wallet_item_styles';
export interface WalletProps {