Skip to content

Commit 39ca8be

Browse files
committed
Remove unintentionally added comment
1 parent 1005ac1 commit 39ca8be

File tree

1 file changed

+1
-1
lines changed
  • packages/editor/src/components/collab-sidebar

1 file changed

+1
-1
lines changed

packages/editor/src/components/collab-sidebar/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ export default function CollabSidebar() {
351351
? resultComments.find( ( thread ) => thread.id === blockCommentId )
352352
: null;
353353

354-
// If postId is not a valid number, do not render the comment sidebar. 1Code has comments. Press enter to view.
354+
// If postId is not a valid number, do not render the comment sidebar.
355355
if ( ! ( !! postId && typeof postId === 'number' ) ) {
356356
return null;
357357
}

0 commit comments

Comments
 (0)