diff --git a/pkg/interface/src/views/components/CommentItem.tsx b/pkg/interface/src/views/components/CommentItem.tsx index 72ab4bfc6b..38e59b8332 100644 --- a/pkg/interface/src/views/components/CommentItem.tsx +++ b/pkg/interface/src/views/components/CommentItem.tsx @@ -43,7 +43,7 @@ export function CommentItem(props: CommentItemProps) { const updateUrl = `${props.baseUrl}/${commentIndex}` return ( - + ) : null )} {Array.from(comments.children).reverse() - .filter(([idx, _]) => idx.toString() !== props.editCommentId) .map(([idx, comment]) => { return ( ); })}