fix: inbox dependency array fix (#5159)
This commit is contained in:
parent
78dd15a801
commit
a8c1b8cdef
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ export const InboxSidebar: FC<IInboxSidebarProps> = observer((props) => {
|
|||
router.push(
|
||||
`/${workspaceSlug}/projects/${projectId}/inbox?currentTab=${currentTab}&inboxIssueId=${filteredInboxIssueIds[0]}`
|
||||
);
|
||||
}, [filteredInboxIssueIds, currentTab, workspaceSlug, projectId, router, inboxIssueId]);
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<div className="bg-custom-background-100 flex-shrink-0 w-full h-full border-r border-custom-border-300 ">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue