From 92a26967c3490ef8195191ff968b65e6aa1ff05f Mon Sep 17 00:00:00 2001
From: Gokulram A <40627011+GokulramGHV@users.noreply.github.com>
Date: Tue, 4 Oct 2022 17:58:40 +0530
Subject: [PATCH] Made 'Treatment Summary' page responsive (#3643)
* Made 'Treatment Summary' page responsive
* used print: instead of clsx
---
src/Components/Facility/TreatmentSummary.tsx | 26 ++++++++++----------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/src/Components/Facility/TreatmentSummary.tsx b/src/Components/Facility/TreatmentSummary.tsx
index 24de3117976..d2535c8a050 100644
--- a/src/Components/Facility/TreatmentSummary.tsx
+++ b/src/Components/Facility/TreatmentSummary.tsx
@@ -3,7 +3,7 @@ import { useDispatch } from "react-redux";
import { getPatient, getInvestigation } from "../../Redux/actions";
import { ConsultationModel } from "./models";
import { statusType, useAbortableEffect } from "../../Common/utils";
-import { PatientModel, DailyRoundsModel } from "../Patient/models";
+import { PatientModel } from "../Patient/models";
import loadable from "@loadable/component";
import moment from "moment";
import { getConsultation } from "../../Redux/actions";
@@ -93,7 +93,7 @@ const TreatmentSummary = (props: any) => {