Skip to content

Commit

Permalink
Fix e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka committed Oct 30, 2024
1 parent 58d03a6 commit 06a1511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/components/collab-sidebar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default function CollabSidebar() {
return {
clientId: _clientId,
blockCommentId: _clientId
? getBlockAttributes( _clientId ).blockCommentId
? getBlockAttributes( _clientId )?.blockCommentId
: null,
};
}, [] );
Expand Down

0 comments on commit 06a1511

Please sign in to comment.