diff --git a/web/components/routes/topics/detail/partials/link-item.tsx b/web/components/routes/topics/detail/partials/link-item.tsx index 24baeb69..8273b86c 100644 --- a/web/components/routes/topics/detail/partials/link-item.tsx +++ b/web/components/routes/topics/detail/partials/link-item.tsx @@ -110,7 +110,7 @@ export const LinkItem = React.memo( setOpenPopoverForId(null) setIsPopoverOpen(false) }, - [personalLink, personalLinks, me, link, router, setOpenPopoverForId, topic] + [personalLink, personalLinks, me, link, router, setOpenPopoverForId, topic, clerk, pathname] ) const handlePopoverOpenChange = useCallback(