Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oandregal committed Jul 9, 2021
1 parent 9ad0cf1 commit 09d9eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/hooks/duotone.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ function addDuotoneAttributes( settings ) {
*/
const withDuotoneControls = createHigherOrderComponent(
( BlockEdit ) => ( props ) => {
const hasDuotoneSupport = ! hasBlockSupport(
const hasDuotoneSupport = hasBlockSupport(
props.name,
'color.__experimentalDuotone'
);
Expand Down

0 comments on commit 09d9eeb

Please sign in to comment.