Skip to content

Commit

Permalink
Remove error boundary from useUpdateUserUgData
Browse files Browse the repository at this point in the history
  • Loading branch information
benny-n committed Jan 16, 2023
1 parent eeaf243 commit 6876971
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/sogrim-app/src/hooks/apiHooks/useUpdateUgData.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ export default function useUpdateUserUgData(authToken: any) {
return current;
});
},
onError: (error) => console.error(error),
useErrorBoundary: true,
}
);
}

0 comments on commit 6876971

Please sign in to comment.