pull/5370/head
bunsenstraat 7 months ago committed by Aniket
parent 0cc59081cd
commit 8f49ed85c0
  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