Skip to content

Commit

Permalink
POC-705: Modified delivery consent
Browse files Browse the repository at this point in the history
  • Loading branch information
Angie-540 committed Mar 21, 2024
1 parent 37ee116 commit 4383ac1
Showing 1 changed file with 10 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@
</tr>
</thead>
<tbody>
<tr *ngIf="pbConsentExist && pbClientConsent.deliveryConsent === 'YES'; else pbClientConsentedNo">
<tr
*ngIf="
pbConsentExist && pbClientConsent.deliveryConsent === 'YES';
else pbClientConsentedNo
"
>
<td>
<strong>How do you get ARV medicines? : </strong
><span class="{{ pbClientConsent.styling }}">{{
Expand Down Expand Up @@ -41,11 +46,12 @@
</tr>
<tr>
<ng-template #pbClientConsentedNo>
<td>Patient Consent for Medicine delivery: {{ pbClientConsent.deliveryConsent }}</td>
<td>
Patient Consent for Medicine delivery:
{{ pbClientConsent.deliveryConsent }}
</td>
</ng-template>
</tr>
</tbody>
</table>
</div>


0 comments on commit 4383ac1

Please sign in to comment.