linting fix

pull/2450/head^2
Aniket 2 years ago
parent 27d990ea69
commit 90b6344953
  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'} {id: 5, name: 'goerli'}
] ]
let found = false let found = false
let foundOnNetworks = [] const foundOnNetworks = []
for (const network of networks) { for (const network of networks) {
const target = `/${network.name}/${contractAddress}` const target = `/${network.name}/${contractAddress}`
try { try {

Loading…
Cancel
Save