Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
Remove unneded import
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Nov 12, 2020
1 parent b7d519b commit 3037591
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/api/wallet/composeProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@ import { isWalletConnectProvider, Provider } from './providerUtils'
import { logDebug } from 'utils'
import { web3 } from 'api'

import {
addTxPendingApproval,
areTxsPendingApproval,
openWaitForTxApprovalModal,
removeAllTxsPendingApproval,
removeTxPendingApproval,
} from 'components/OuterModal'

// eslint-disable-next-line @typescript-eslint/no-explicit-any
const sanitizeErrorData = (jsonRpcError?: JsonRpcError<any>): void => {
if (!jsonRpcError) return
Expand Down

0 comments on commit 3037591

Please sign in to comment.