Skip to content

Commit 3d0f37b

Browse files
Merge pull request #82 from StabilityNexus/Frontend
Fixed router error
2 parents a9f4945 + edd9b91 commit 3d0f37b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

web/src/app/my-cats/page.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import { CatRoleDropdown } from "../../components/CatRoleDropdown";
1818
import { useCATStorage } from "@/hooks/useCATStorage";
1919
import { SupportedChainId, CatDetails as StoredCatDetails } from "@/utils/indexedDB";
2020
import toast from "react-hot-toast";
21-
import { useRouter } from "next/navigation";
2221

2322
// Define supported chain IDs - use the imported type from IndexedDB
2423
// type SupportedChainId = 137 | 534351 | 5115 | 61 | 8453;
@@ -86,7 +85,6 @@ export default function MyCATsPage() {
8685

8786
const { address } = useAccount();
8887
const currentChainId = useChainId();
89-
const router = useRouter();
9088
const {
9189
getAllCatDetailsForUser,
9290
getCatDetailsByRole,

0 commit comments

Comments
 (0)