Skip to content

Commit

Permalink
fix(map): test email error
Browse files Browse the repository at this point in the history
  • Loading branch information
corinacioloca committed Oct 16, 2020
1 parent 236ed66 commit 4109b1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/earth-map/src/pages/profile/component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ export function ProfileComponent(props: IProps) {
setIsEditing && setIsEditing(false);
setIsLoading && setIsLoading(false);
} catch (error) {
console.log(error);
setIsLoading && setIsLoading(false);
setServerErrors && setServerErrors(error.data?.errors);
}
Expand Down

0 comments on commit 4109b1b

Please sign in to comment.