Skip to content

Commit

Permalink
CHE-190 Linting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
brok3turtl3 committed Jul 6, 2024
1 parent 800ccc5 commit 1f4a1ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/RegistrationPage/RegistrationPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const RegistrationPage = () => {
.then(() => {
navigate('/app/main');
})
.catch((error) => {
.catch((error: Error) => {
console.error('Error adding user to state:', error);
});
} catch (error) {
Expand Down

0 comments on commit 1f4a1ca

Please sign in to comment.