fix errors, change logo
This commit is contained in:
@ -48,7 +48,7 @@ const Candidate = () => {
|
||||
|
||||
useEffect(() => {
|
||||
apiRequest(`/user/me`, {}).then((el) =>
|
||||
dispatch(currentCandidate(el.userCard))
|
||||
dispatch(currentCandidate(el.userCard)),
|
||||
);
|
||||
}, [dispatch]);
|
||||
|
||||
|
Reference in New Issue
Block a user