From 9d79118e47d3b551b3e525b3a6e8db88d9b84b6a Mon Sep 17 00:00:00 2001 From: Tb Fajri Date: Mon, 6 May 2024 11:16:04 +0700 Subject: [PATCH] update --- frontend/dashboard/src/pages/EPrescription/Livechat/View.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/dashboard/src/pages/EPrescription/Livechat/View.tsx b/frontend/dashboard/src/pages/EPrescription/Livechat/View.tsx index 14533ed0..c1dc31c7 100644 --- a/frontend/dashboard/src/pages/EPrescription/Livechat/View.tsx +++ b/frontend/dashboard/src/pages/EPrescription/Livechat/View.tsx @@ -341,7 +341,7 @@ export default function AppointmentForm({ isEdit, id, currentAppointment }: Prop .catch((response) => { enqueueSnackbar(response.message, { variant: 'error' }); }); -} + } return ( @@ -652,7 +652,7 @@ export default function AppointmentForm({ isEdit, id, currentAppointment }: Prop