Skip to content

Commit

Permalink
remove unnecessary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
5hraddha committed Sep 27, 2023
1 parent 8948c33 commit bb8399e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/admin/dashboard/data-tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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(() => {
Expand Down

0 comments on commit bb8399e

Please sign in to comment.