Skip to content

Commit c656fa4

Browse files
committed
fix: remove unnecessary mutatingId prop from CommentItem component
1 parent 561ff76 commit c656fa4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/comment-section.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ export const CommentSection = (props: {
133133
key={comment.id}
134134
comment={comment}
135135
mutating={mutation.isPending}
136-
mutatingId={mutation.isPending ? comment.id : undefined}
137136
/>
138137
))}
139138
</div>

0 commit comments

Comments
 (0)