Skip to content

Commit

Permalink
unused variable removal
Browse files Browse the repository at this point in the history
  • Loading branch information
blockchainTrucker committed Dec 16, 2024
1 parent 8e61731 commit a872844
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,5 @@ dist
.yarn/install-state.gz
.pnp.*
*.pem

*.so

.so
/data/SuperGNUSNode.TestNet.0x1e8129dea5fca4f6db51a8fbf6392701fd0df43f681138fa76965ac5f8a09e4e/
2 changes: 1 addition & 1 deletion sub-components/job-order/OrderForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import Link from "next/link";
import axios from "axios";
const OrderForm: React.FC = () => {
const [parent] = useAutoAnimate();
const { open, close } = useWeb3Modal();
const { open } = useWeb3Modal();
const { walletProvider } = useWeb3ModalProvider();
const { address, chainId, isConnected } = useWeb3ModalAccount();
const events = useWeb3ModalEvents();
Expand Down

0 comments on commit a872844

Please sign in to comment.