fix eslint disable statement duplication
This commit is contained in:
parent
1c95804b54
commit
24b51ba10d
|
@ -10,8 +10,6 @@ import { getGnosisSafeContract } from '~/logic/contracts/safeContracts'
|
||||||
import { getWeb3, getBalanceInEtherOf } from '~/logic/wallets/getWeb3'
|
import { getWeb3, getBalanceInEtherOf } from '~/logic/wallets/getWeb3'
|
||||||
import updateSafe from '~/routes/safe/store/actions/updateSafe'
|
import updateSafe from '~/routes/safe/store/actions/updateSafe'
|
||||||
|
|
||||||
// eslint-disable-next-line
|
|
||||||
// eslint-disable-next-line
|
|
||||||
const buildOwnersFrom = (
|
const buildOwnersFrom = (
|
||||||
safeOwners: string[],
|
safeOwners: string[],
|
||||||
storedOwners: Map<string, string>, // eslint-disable-next-line
|
storedOwners: Map<string, string>, // eslint-disable-next-line
|
||||||
|
|
Loading…
Reference in New Issue