We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3816e8 commit 11c7700Copy full SHA for 11c7700
packages/editor/src/components/collab-sidebar/index.js
@@ -368,10 +368,6 @@ export default function CollabSidebar() {
368
} );
369
}
370
371
- if ( postStatus === 'publish' ) {
372
- return null; // or maybe return some message indicating no threads are available.
373
- }
374
-
375
// Open the comment board when the user clicks on the comment button.
376
const openNewCommentBoard = () => {
377
setIsNewComment( true );
0 commit comments