diff --git a/src/app/admin/dashboard/data-tabs.tsx b/src/app/admin/dashboard/data-tabs.tsx index 0f6a3ce..1592adc 100644 --- a/src/app/admin/dashboard/data-tabs.tsx +++ b/src/app/admin/dashboard/data-tabs.tsx @@ -81,7 +81,7 @@ export const DataTabs = ({ appointments, practiceInfo }: DataTabsProps) => { description: `Attention, Commander! You've got ${newAppointments.current.length} new appointment requests. Ready to accept the mission?`, }); } - }, [toast, isEmergency, isNormal]); + }, []); // Look for realtime updates in the DB useEffect(() => {