diff --git a/src/app/patient-dashboard/common/patient-banner/patient-banner.component.html b/src/app/patient-dashboard/common/patient-banner/patient-banner.component.html index 7451cc5e9..3ce2edc41 100644 --- a/src/app/patient-dashboard/common/patient-banner/patient-banner.component.html +++ b/src/app/patient-dashboard/common/patient-banner/patient-banner.component.html @@ -82,24 +82,29 @@ UPI: {{ searchIdentifiers?.upi }} - - - Verify Patient - + + + + Verify Patient UPI: {{ searchIdentifiers?.upi }} - - - Verify Patient - + + + + Verify Patient ) { + _.filter( + enrolledPrograms, + ({ concept }) => concept.uuid === '23e234c3-5d8a-46ca-8465-3b746143dd68' + ).length > 0 + ? (this.isVerifiable = false) + : (this.isVerifiable = true); + } private getHIVPatient(enrolledPrograms: Array) { _.filter(enrolledPrograms, ({ baseRoute }) => baseRoute === 'hiv').length >