Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
alissacrane-cb committed Aug 14, 2024
1 parent d298fe5 commit 542cd8a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/transaction/components/TransactionButton.test.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { fireEvent, render, screen } from '@testing-library/react';
import { render, screen } from '@testing-library/react';
import { describe, expect, it, vi } from 'vitest';
import { useShowCallsStatus } from 'wagmi/experimental';
import { TransactionButton } from './TransactionButton';
import { useTransactionContext } from './TransactionProvider';

Expand Down

0 comments on commit 542cd8a

Please sign in to comment.