linting fix

pull/2729/head
Aniket-Engg 2 years ago committed by Aniket
parent 4e42638e8b
commit c1193b8d8b
  1. 2
      libs/remix-ui/workspace/src/lib/actions/index.ts

@ -80,7 +80,7 @@ export const initWorkspace = (filePanelPlugin) => async (reducerDispatch: React.
{id: 5, name: 'goerli'}
]
let found = false
let workspaceName = 'etherscan-code-sample'
const workspaceName = 'etherscan-code-sample'
let filePath
const foundOnNetworks = []
for (const network of networks) {

Loading…
Cancel
Save