From 1e4ac50bbd0f97e084028a57b51231b603254a74 Mon Sep 17 00:00:00 2001 From: Anand Suthar Date: Sat, 26 Oct 2024 23:36:09 +0530 Subject: [PATCH] =?UTF-8?q?chore(ui):=20=F0=9F=8E=A8=20add=20consistent=20?= =?UTF-8?q?scrollable=20styles=20for=20doctors=20list=20component?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/(pages)/patient/components/DoctorChat/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/(pages)/patient/components/DoctorChat/index.tsx b/app/(pages)/patient/components/DoctorChat/index.tsx index cd97f2d..98cbea9 100644 --- a/app/(pages)/patient/components/DoctorChat/index.tsx +++ b/app/(pages)/patient/components/DoctorChat/index.tsx @@ -100,7 +100,7 @@ export const DoctorsList: React.FC = ({ doctors, onSelectDoctor, }) => ( -
+
{doctors.map((doctor) => (