Skip to content

Commit

Permalink
Update hiv-summary-historical.component.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Alfred-Mutai authored Feb 15, 2024
1 parent 742d276 commit ac12985
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,6 @@
: 0
}}
</td>

<td>
{{
(hivSummary.encounter_datetime - hivSummary.prev_rtc_date) /
(1000 * 60 * 60 * 24) >
0
? (hivSummary.encounter_datetime - hivSummary.prev_rtc_date) /
(1000 * 60 * 60 * 24)
: 0
}}
</td>

<td *ngIf="hasMedicationRtc">
{{ hivSummary.med_pickup_rtc_date | date: 'dd-MM-yyyy' }}
</td>
Expand Down

0 comments on commit ac12985

Please sign in to comment.