fix(topic): handleSelectLearningState missing depth

This commit is contained in:
Aslam H
2024-09-08 06:54:14 +07:00
parent 713f198120
commit 3b9dc809c0

View File

@@ -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(