From 24b51ba10deceb92923e7142faca585301b3ead4 Mon Sep 17 00:00:00 2001 From: Mikhail Mikheev Date: Mon, 22 Apr 2019 17:49:52 +0400 Subject: [PATCH] fix eslint disable statement duplication --- src/routes/safe/store/actions/fetchSafe.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/routes/safe/store/actions/fetchSafe.js b/src/routes/safe/store/actions/fetchSafe.js index 17ef2f3a..ffb800a0 100644 --- a/src/routes/safe/store/actions/fetchSafe.js +++ b/src/routes/safe/store/actions/fetchSafe.js @@ -10,8 +10,6 @@ import { getGnosisSafeContract } from '~/logic/contracts/safeContracts' import { getWeb3, getBalanceInEtherOf } from '~/logic/wallets/getWeb3' import updateSafe from '~/routes/safe/store/actions/updateSafe' -// eslint-disable-next-line -// eslint-disable-next-line const buildOwnersFrom = ( safeOwners: string[], storedOwners: Map, // eslint-disable-next-line