Skip to content

Commit

Permalink
try build
Browse files Browse the repository at this point in the history
  • Loading branch information
sstraatemans committed Jan 17, 2025
1 parent 1cc9c0c commit 06e62f9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ export const TransactionsProvider: FC<PropsWithChildren> = ({ children }) => {
useState<HTMLDivElement | null>(null);
const [txsButtonRef, setTxsButtonRefData] =
useState<HTMLButtonElement | null>(null);

const { activeNetwork } = useNetwork();

const addListener = useCallback(
Expand Down

0 comments on commit 06e62f9

Please sign in to comment.