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