wweb build error fixed for last push
This commit is contained in:
@@ -1289,12 +1289,6 @@ function RecentTransactionsPanel({
|
|||||||
}) {
|
}) {
|
||||||
const title = rangeLabel ? "Transactions in window" : "Recent transactions";
|
const title = rangeLabel ? "Transactions in window" : "Recent transactions";
|
||||||
const visibleTransactions = transactions.slice(0, 10);
|
const visibleTransactions = transactions.slice(0, 10);
|
||||||
const currentMonthLabel = new Intl.DateTimeFormat("en-US", {
|
|
||||||
month: "long",
|
|
||||||
year: "numeric",
|
|
||||||
timeZone: userTimezone,
|
|
||||||
}).format(new Date());
|
|
||||||
|
|
||||||
if (!hasData) {
|
if (!hasData) {
|
||||||
return (
|
return (
|
||||||
<div className="space-y-3">
|
<div className="space-y-3">
|
||||||
|
|||||||
Reference in New Issue
Block a user