From ac12985dd0904dabbb99e1c64c1f35a53ea7edae Mon Sep 17 00:00:00 2001 From: Alfred Mutai <124869802+Alfred-Mutai@users.noreply.github.com> Date: Thu, 15 Feb 2024 17:02:44 +0300 Subject: [PATCH] Update hiv-summary-historical.component.html --- .../hiv-summary-historical.component.html | 12 ------------ 1 file changed, 12 deletions(-) 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' }}