diff --git a/src/app/patient-dashboard/hiv/hiv-summary/hiv-summary-historical.component.html b/src/app/patient-dashboard/hiv/hiv-summary/hiv-summary-historical.component.html index 9ae9bbb8a..681c40063 100644 --- a/src/app/patient-dashboard/hiv/hiv-summary/hiv-summary-historical.component.html +++ b/src/app/patient-dashboard/hiv/hiv-summary/hiv-summary-historical.component.html @@ -37,18 +37,6 @@ : 0 }} - - - {{ - (hivSummary.encounter_datetime - hivSummary.prev_rtc_date) / - (1000 * 60 * 60 * 24) > - 0 - ? (hivSummary.encounter_datetime - hivSummary.prev_rtc_date) / - (1000 * 60 * 60 * 24) - : 0 - }} - - {{ hivSummary.med_pickup_rtc_date | date: 'dd-MM-yyyy' }}