Skip to content

Commit

Permalink
chore(web): update comment to reference to new issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tszhong0411 committed Feb 6, 2025
1 parent 5c64ab6 commit 8d934cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/comments/comment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const Comment = (props: CommentProps) => {
relative: true
})

// @ts-expect-error -- https://github.com/juliencrn/usehooks-ts/issues/602
// @ts-expect-error -- https://github.com/juliencrn/usehooks-ts/issues/663
useOnClickOutside<HTMLDivElement>(commentRef, () => {
setIsHighlighted(false)
})
Expand Down

0 comments on commit 8d934cf

Please sign in to comment.