Skip to content

Commit 6da637f

Browse files
author
filip mertens
committed
Merge branch 'fixdesktop2' of https://github.com/ethereum/remix-project into fixdesktop2
2 parents e10f447 + d30f69d commit 6da637f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libs/remix-ui/workspace/src/lib/reducers/workspace.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,6 @@ export const browserReducer = (state = browserInitialState, action: Action) => {
334334

335335
case 'ROOT_FOLDER_CHANGED': {
336336
const payload = action.payload as string
337-
338337
return {
339338
...state,
340339
localhost: {

0 commit comments

Comments
 (0)