Skip to content

Commit

Permalink
Fix image/cover transform duotone error (#32006)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajlende committed May 26, 2021
1 parent efbcdc5 commit 162cc55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/cover/transforms.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const transforms = {
anchor,
style: {
color: {
duotone: style.color.duotone,
duotone: style?.color?.duotone,
},
},
} ),
Expand Down

0 comments on commit 162cc55

Please sign in to comment.