diff --git a/web/core/components/inbox/sidebar/root.tsx b/web/core/components/inbox/sidebar/root.tsx index 069fe9364..2ee855243 100644 --- a/web/core/components/inbox/sidebar/root.tsx +++ b/web/core/components/inbox/sidebar/root.tsx @@ -69,7 +69,7 @@ export const InboxSidebar: FC = observer((props) => { router.push( `/${workspaceSlug}/projects/${projectId}/inbox?currentTab=${currentTab}&inboxIssueId=${filteredInboxIssueIds[0]}` ); - }, [filteredInboxIssueIds, currentTab, workspaceSlug, projectId, router, inboxIssueId]); + }, []); return (