pull/5026/head
bunsenstraat 4 months ago committed by Aniket
parent 10b7dfdc12
commit 60beae0d19
  1. 2
      libs/remix-ui/git/src/lib/gitactions.ts

@ -805,7 +805,7 @@ export const getBranchDifferences = async (branch: branch, remote: remote, state
}))
} catch (e) {
// do nothing
if(dispatch)
if (dispatch)
dispatch(resetBranchDifferences())
}
}

Loading…
Cancel
Save