Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
e55fea1977
commit
03e0b1f912
@@ -134,6 +134,7 @@ function Dashboard() {
|
||||
setTodaysEvents(evts);
|
||||
setRecentCases(recentCasesRes.data ?? []);
|
||||
setRecentInvoices(recentInvRes.data ?? []);
|
||||
setRecentPayments(recentPayRes.data ?? []);
|
||||
setLoading(false);
|
||||
})();
|
||||
}, [user?.id]);
|
||||
|
||||
Reference in New Issue
Block a user