Skip to content

Commit

Permalink
refactor: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
ldhyen99 committed Nov 4, 2024
1 parent 0b1bf76 commit ecc2ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mock-app/src/pages/Verify.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ const Verify = () => {
errorMessages = ['Something went wrong. Please try again.'],
screen: PassportStatus = PassportStatus.ERROR,
) => {
setErrorMessages(errorMessages ?? ['Something went wrong. Please try again.']);
setErrorMessages(errorMessages);
setCurrentScreen(screen);
};
// TODO: Move this function to the vckit service
Expand Down

0 comments on commit ecc2ad8

Please sign in to comment.