From 3b9dc809c0e8dd7d5af5684bd468310b32f92f11 Mon Sep 17 00:00:00 2001 From: Aslam H Date: Sun, 8 Sep 2024 06:54:14 +0700 Subject: [PATCH] fix(topic): handleSelectLearningState missing depth --- web/components/routes/topics/detail/partials/link-item.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(