fix build, remove unused
This commit is contained in:
parent
354d77a3a7
commit
4e25903847
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue