Skip to content
Snippets Groups Projects
Commit 4e259038 authored by Davor's avatar Davor
Browse files

fix build, remove unused

parent 354d77a3
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,7 @@ export const updateUserById = (user: any) => async (dispatch: Dispatch<any>, get
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));
try {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment