diff --git a/explorer/src/lib/components/__tests__/TransactionsCard.spec.js b/explorer/src/lib/components/__tests__/TransactionsCard.spec.js index d6e96198d3..c9c0da4bcc 100644 --- a/explorer/src/lib/components/__tests__/TransactionsCard.spec.js +++ b/explorer/src/lib/components/__tests__/TransactionsCard.spec.js @@ -18,9 +18,9 @@ describe("Transactions Card", () => { vi.useFakeTimers(); vi.setSystemTime(new Date(2024, 4, 20)); const baseProps = { - txs: data, error: null, loading: false, + txs: data, }; const baseOptions = { props: baseProps,