eslint fixes

This commit is contained in:
mmv 2019-05-21 19:18:37 +04:00
parent 2eb09c6398
commit 7019d46e13
2 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,7 @@ import { getWeb3 } from '~/logic/wallets/getWeb3'
import { BigNumber } from 'bignumber.js'
import { EMPTY_DATA } from '~/logic/wallets/ethTransactions'
import { getSignaturesFrom } from '~/utils/storage/signatures'
import { getSafeEthereumInstance } from './safeFrontendOperations';
import { getSafeEthereumInstance } from './safeFrontendOperations'
const estimateDataGasCosts = (data) => {
const reducer = (accumulator, currentValue) => {

View File

@ -1,7 +1,6 @@
// @flow
import React, { useState } from 'react'
import { List } from 'immutable'
import { BigNumber } from 'bignumber.js'
import { withStyles } from '@material-ui/core/styles'
import { OnChange } from 'react-final-form-listeners'
import Close from '@material-ui/icons/Close'