diff --git a/web/src/pages/DashboardPage.tsx b/web/src/pages/DashboardPage.tsx index 18b6e66..7e08a51 100644 --- a/web/src/pages/DashboardPage.tsx +++ b/web/src/pages/DashboardPage.tsx @@ -1289,12 +1289,6 @@ function RecentTransactionsPanel({ }) { const title = rangeLabel ? "Transactions in window" : "Recent transactions"; const visibleTransactions = transactions.slice(0, 10); - const currentMonthLabel = new Intl.DateTimeFormat("en-US", { - month: "long", - year: "numeric", - timeZone: userTimezone, - }).format(new Date()); - if (!hasData) { return (