Skip to content

Commit

Permalink
fix: fixing nextjs lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vwh committed Nov 21, 2024
1 parent 589071f commit da2fba8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/client/Inbox-delete-redirect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function InboxDeleteRedirect({

useEffect(() => {
router.push(`/${toAddress}`, { scroll: false });
}, [toAddress]);
}, [toAddress, router]);

return null;
}

0 comments on commit da2fba8

Please sign in to comment.