Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
deuch13 committed May 15, 2024
1 parent b6146ed commit 7a9a301
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7a9a301

Please sign in to comment.