From 03e0b1f912e12eff79aa53dcb0a6f6499267f21b Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 20:54:57 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/routes/index.tsx | 1 + 1 file changed, 1 insertion(+) 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]);