Skip to content

Commit

Permalink
Merge pull request #3434 from 10up/fix/warnings-for-comment-block
Browse files Browse the repository at this point in the history
Fix: Warnings for comments block
  • Loading branch information
felipeelia authored Apr 6, 2023
2 parents e7b24de + 4332387 commit c3754b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/js/blocks/comments/Edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ export default ({ attributes, setAttributes }) => {
indeterminate={allSelected}
label={label}
onChange={(checked) => onChange(postType, checked)}
key={postType}
/>
);
})}
Expand Down

0 comments on commit c3754b2

Please sign in to comment.