Skip to content

Commit 11c7700

Browse files
committed
remove post status condition
1 parent e3816e8 commit 11c7700

File tree

1 file changed

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

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -368,10 +368,6 @@ export default function CollabSidebar() {
368368
} );
369369
}
370370

371-
if ( postStatus === 'publish' ) {
372-
return null; // or maybe return some message indicating no threads are available.
373-
}
374-
375371
// Open the comment board when the user clicks on the comment button.
376372
const openNewCommentBoard = () => {
377373
setIsNewComment( true );

0 commit comments

Comments
 (0)