From 3214d3893b482a3439dc1eec2031fc1bcf1971ac Mon Sep 17 00:00:00 2001 From: Harkamal Randhawa Date: Wed, 15 Apr 2026 01:09:09 -0600 Subject: [PATCH] fix chat scroll and button --- web/app/appointments/page.js | 4 ++-- web/app/chat/page.js | 10 ++++++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/web/app/appointments/page.js b/web/app/appointments/page.js index 1733fb45..ef3d8e48 100644 --- a/web/app/appointments/page.js +++ b/web/app/appointments/page.js @@ -941,6 +941,8 @@ const canBookAppointments = user?.role === "CUSTOMER" || user?.role === "ADMIN"; )} + )} +