[FE-COMP-012] fix: Remove unused refetchReplies variable
This commit is contained in:
parent
f39c7f1aa7
commit
9a229f1d81
1 changed files with 0 additions and 1 deletions
|
|
@ -66,7 +66,6 @@ export function CommentThread({
|
|||
const {
|
||||
data: repliesData,
|
||||
isLoading: isLoadingReplies,
|
||||
refetch: refetchReplies,
|
||||
} = useQuery({
|
||||
queryKey: ['commentReplies', comment.id],
|
||||
queryFn: () => getReplies(comment.id, 1, 20),
|
||||
|
|
|
|||
Loading…
Reference in a new issue