From 7a9a301e20db8f18c283cf1b2153f3fa7b51b56c Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 15 May 2024 11:43:03 +0300 Subject: [PATCH] fix linting --- explorer/src/lib/components/__tests__/TransactionsCard.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,