Skip to content

Commit 903095d

Browse files
authored
Merge pull request #328 from TTORANG/finding-autofix-a5354d51
Fix for Useless conditional
2 parents f19019f + 8e20fb5 commit 903095d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/FeedbackSlidePage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export default function FeedbackSlidePage({
101101
onGoToRef={handleGoToRef}
102102
onDeleteComment={deleteComment}
103103
onUpdateComment={updateComment}
104-
isLoading={isLoading || isCommentsLoading}
104+
isLoading={isCommentsLoading}
105105
hasNextPage={commentsHasNextPage}
106106
isFetchingNextPage={commentsIsFetchingNextPage}
107107
onLoadMore={commentsFetchNextPage}

0 commit comments

Comments
 (0)