fixing bugs where rendering overwrites local state. user profiles
This commit is contained in:
@@ -35,5 +35,5 @@ export const handleLogin = async (email: string, password: string) => {
|
||||
body: JSON.stringify({ email: email, password: password })
|
||||
});
|
||||
|
||||
if (serverCall.ok) return serverCall;
|
||||
return serverCall;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user