diff --git a/src/routes/index.tsx b/src/routes/index.tsx index 3b8083e..48eb065 100644 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -134,6 +134,7 @@ function Dashboard() { setTodaysEvents(evts); setRecentCases(recentCasesRes.data ?? []); setRecentInvoices(recentInvRes.data ?? []); + setRecentPayments(recentPayRes.data ?? []); setLoading(false); })(); }, [user?.id]);