Skip to content

Commit d366b98

Browse files
jescaladakriswest
andauthored
Update src/ui/views/User/UserProfile.tsx
Co-authored-by: Kris West <[email protected]> Signed-off-by: Juan Escalada <[email protected]>
1 parent 651f538 commit d366b98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ui/views/User/UserProfile.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ export default function UserProfile(): React.ReactElement {
6464
...user,
6565
gitAccount: escapeHTML(gitAccount),
6666
};
67+
//does not reject and will display any errors that occur
6768
await updateUser(updatedData, setErrorMessage, setIsLoading);
6869
setUser(updatedData);
6970
navigate(`/dashboard/profile`);

0 commit comments

Comments
 (0)