Lint and fix typo
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user