Skip to content

Commit

Permalink
chore: chore
Browse files Browse the repository at this point in the history
  • Loading branch information
janrtvld committed Nov 26, 2024
1 parent 12a1a53 commit 38b3ae7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ export function FunkeOpenIdPresentationNotificationScreen() {
})

useEffect(() => {
if (!credentialsForRequest?.formattedSubmission || !credentialsForRequest?.formattedSubmission.areAllSatisfied)
if (!credentialsForRequest?.formattedSubmission || !credentialsForRequest?.formattedSubmission.areAllSatisfied) {
return

}
setVerificationAnalysis((prev) => ({ ...prev, isLoading: true }))

const submission = credentialsForRequest.formattedSubmission
Expand Down

0 comments on commit 38b3ae7

Please sign in to comment.