Skip to content

Commit

Permalink
Corrections: added verification
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqedme committed Jul 24, 2024
1 parent e044936 commit c7762ea
Showing 1 changed file with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,12 @@
</span>
</span>
<span
*ngIf="!isPatientVerified && isVerifiable && searchIdentifiers && isPatientEnrolledToHIVProgram"
*ngIf="
!isPatientVerified &&
isVerifiable &&
searchIdentifiers &&
isPatientEnrolledToHIVProgram
"
(click)="
identifiers.showDialog('verify', patient?._identifier, true)
"
Expand Down Expand Up @@ -310,7 +315,12 @@
</span>
</span>
<span
*ngIf="!isPatientVerified && isVerifiable && searchIdentifiers && isPatientEnrolledToHIVProgram"
*ngIf="
!isPatientVerified &&
isVerifiable &&
searchIdentifiers &&
isPatientEnrolledToHIVProgram
"
(click)="
identifiers.showDialog('verify', patient?._identifier, true)
"
Expand Down

0 comments on commit c7762ea

Please sign in to comment.