diff --git a/src/Dashboard.tsx b/src/Dashboard.tsx index d5a98a1..2fb1971 100644 --- a/src/Dashboard.tsx +++ b/src/Dashboard.tsx @@ -15,9 +15,10 @@ import { export default function Dashboard() { const report = useReport({ + periods: ["weekly", "monthly", "full"], rolling: true, include_transactions: true, - group_by: ["payee"], + group_by: ["tags"], }) const isLoading = report.isLoading;