linting fix

pull/5370/head
Aniket 3 years ago
parent 63fdb1b435
commit e9416c9e80
  1. 2
      libs/remix-ui/workspace/src/lib/actions/index.ts

@ -77,7 +77,7 @@ export const initWorkspace = (filePanelPlugin) => async (reducerDispatch: React.
{id: 5, name: 'goerli'}
]
let found = false
let foundOnNetworks = []
const foundOnNetworks = []
for (const network of networks) {
const target = `/${network.name}/${contractAddress}`
try {

Loading…
Cancel
Save