linting fix

pull/5370/head
aniket-engg 3 years ago committed by Aniket
parent 9c64e04eeb
commit 935106b0fa
  1. 2
      libs/remix-ui/workspace/src/lib/reducers/workspace.ts

@ -673,7 +673,7 @@ const fetchDirectoryContent = (state: BrowserState, payload: { fileTree, path: s
}
} else {
if (payload.path === state.mode || payload.path === '/') {
let files = normalize(payload.fileTree, payload.path, payload.type)
const files = normalize(payload.fileTree, payload.path, payload.type)
if (deletePath) delete files[deletePath]
return { [state.mode]: files }
} else {

Loading…
Cancel
Save