We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f19019f + 8e20fb5 commit 903095dCopy full SHA for 903095d
src/pages/FeedbackSlidePage.tsx
@@ -101,7 +101,7 @@ export default function FeedbackSlidePage({
101
onGoToRef={handleGoToRef}
102
onDeleteComment={deleteComment}
103
onUpdateComment={updateComment}
104
- isLoading={isLoading || isCommentsLoading}
+ isLoading={isCommentsLoading}
105
hasNextPage={commentsHasNextPage}
106
isFetchingNextPage={commentsIsFetchingNextPage}
107
onLoadMore={commentsFetchNextPage}
0 commit comments