From e51b9a939cf4868d27e3dff2e285b77cd93545c4 Mon Sep 17 00:00:00 2001 From: Ricearoni1245 Date: Thu, 2 Apr 2026 22:18:43 -0500 Subject: [PATCH] wweb build error fixed for last push --- web/src/pages/DashboardPage.tsx | 6 ------ 1 file changed, 6 deletions(-) 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 (