Skip to content

Commit

Permalink
fix(driving-license): allow continuing without quality photo (#16509)
Browse files Browse the repository at this point in the history
  • Loading branch information
stjanilofts authored Oct 22, 2024
1 parent 23c3069 commit 1b1edbe
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ export const useEligibility = (
isEligible: loading
? undefined
: (data.drivingLicenseApplicationEligibility?.isEligible ?? false) &&
hasQualityPhoto &&
!hasExtendedLicense &&
!hasAnyInvalidRemarks,
requirements,
Expand Down

0 comments on commit 1b1edbe

Please sign in to comment.