Skip to content

Commit

Permalink
Reverting comment header
Browse files Browse the repository at this point in the history
  • Loading branch information
karthick-murugan committed Dec 5, 2024
1 parent e9b0e4b commit de2c602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/components/collab-sidebar/comments.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ export function Comments( {
* @param {Function} props.onDelete - The function to delete the comment.
* @param {Function} props.onReply - The function to reply to the comment.
* @param {string} props.status - The status of the comment.
* @return {JSX.Element} The rendered comment header.
* @return {React.ReactNode} The rendered comment header.
*/
function CommentHeader( {
thread,
Expand Down

0 comments on commit de2c602

Please sign in to comment.