fix build, remove unused

This commit is contained in:
Davor 2022-07-06 20:40:56 +02:00
parent 354d77a3a7
commit 4e25903847

View file

@ -123,7 +123,7 @@ export const updateUserById = (user: any) => async (dispatch: Dispatch<any>, get
dispatch(setUserModalLoading(false)); dispatch(setUserModalLoading(false));
}; };
export const updatePersonalInfo = (user: any) => async (dispatch: Dispatch<any>, getState: any) => { export const updatePersonalInfo = (user: any) => async (dispatch: Dispatch<any>) => {
dispatch(setUserModalLoading(true)); dispatch(setUserModalLoading(true));
try { try {