Minor fixes

This commit is contained in:
2020-08-15 15:07:32 -05:00
parent 27aa0ae8dc
commit 25e689b033
4 changed files with 7 additions and 8 deletions

View File

@@ -158,7 +158,7 @@ export const setProviderState = (provider, state) => {
};
export const unmountAll = completedCallback => {
return (dispatch, getState) => {
return dispatch => {
const ipcRenderer = getIPCRenderer();
const unmountedCallback = () => {
dispatch(resetMountsState());