From 1a2f6b1f13e5688fef0a584ff9e4bc579f940d33 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:32 +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 b5cbbe2..d175a0c 100644 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -47,6 +47,7 @@ function Dashboard() { const [todaysEvents, setTodaysEvents] = useState([]); const [recentCases, setRecentCases] = useState([]); const [recentInvoices, setRecentInvoices] = useState([]); + const [recentPayments, setRecentPayments] = useState([]); const [loading, setLoading] = useState(true); useEffect(() => {