Skip to content

Commit

Permalink
Collab sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
akashdhawade1991 committed Jun 6, 2024
1 parent 82a01f4 commit db64f73
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/editor/src/components/collab-sidebar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ const isBlockCommentExperimentEnabled =
window?.__experimentalEnableBlockComment;

/**
* Renders the character count of the post content.
*
* @return {number} The character count.
* Renders the Collab sidebar.
*/
export default function CollabSidebar() {
const { threads } = useSelect( ( select ) => {
Expand Down

0 comments on commit db64f73

Please sign in to comment.