Skip to content
This repository was archived by the owner on Jul 17, 2025. It is now read-only.

Commit da2fba8

Browse files
committed
fix: fixing nextjs lint issues
1 parent 589071f commit da2fba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/client/Inbox-delete-redirect.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export default function InboxDeleteRedirect({
1414

1515
useEffect(() => {
1616
router.push(`/${toAddress}`, { scroll: false });
17-
}, [toAddress]);
17+
}, [toAddress, router]);
1818

1919
return null;
2020
}

0 commit comments

Comments
 (0)