wweb build error fixed for last push
Some checks failed
Deploy / deploy (push) Failing after 33s
Security Tests / security-non-db (push) Successful in 23s
Security Tests / security-db (push) Successful in 32s

This commit is contained in:
2026-04-02 22:18:43 -05:00
parent 854528701e
commit e51b9a939c

View File

@@ -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 (
<div className="space-y-3">