build is fr good now
This commit is contained in:
@@ -916,7 +916,6 @@ export default function DashboardPage() {
|
||||
transactions={data.recentTransactions}
|
||||
hasData={hasTx}
|
||||
rangeLabel={useTrendWindowPagination ? trendWindowLabel : undefined}
|
||||
userTimezone={userTimezone}
|
||||
/>
|
||||
</section>
|
||||
</section>
|
||||
@@ -1118,7 +1117,6 @@ export default function DashboardPage() {
|
||||
transactions={data.recentTransactions}
|
||||
hasData={hasTx}
|
||||
rangeLabel={useTrendWindowPagination ? trendWindowLabel : undefined}
|
||||
userTimezone={userTimezone}
|
||||
/>
|
||||
</section>
|
||||
)}
|
||||
@@ -1280,12 +1278,10 @@ function RecentTransactionsPanel({
|
||||
transactions,
|
||||
hasData,
|
||||
rangeLabel,
|
||||
userTimezone,
|
||||
}: {
|
||||
transactions: DashboardResponse["recentTransactions"];
|
||||
hasData: boolean;
|
||||
rangeLabel?: string;
|
||||
userTimezone: string;
|
||||
}) {
|
||||
const title = rangeLabel ? "Transactions in window" : "Recent transactions";
|
||||
const visibleTransactions = transactions.slice(0, 10);
|
||||
|
||||
Reference in New Issue
Block a user