Skip to content

Commit

Permalink
Merge pull request #87 from rishishah-multidots/try/inline-block-comm…
Browse files Browse the repository at this point in the history
…enting

Fix static lint issue
  • Loading branch information
poojabhimani12 authored Oct 23, 2024
2 parents 4b8986b + b42cd97 commit 30ddf61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/components/collab-sidebar/comments.js
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ function CommentHeader( {
},
];

let moreActions = actions.filter( ( item ) => item.onClick );
const moreActions = actions.filter( ( item ) => item.onClick );

return (
<HStack alignment="left" spacing="3" justify="flex-start">
Expand Down

0 comments on commit 30ddf61

Please sign in to comment.