Skip to content

Commit

Permalink
Fix image/cover transform duotone error
Browse files Browse the repository at this point in the history
  • Loading branch information
ajlende authored and ntsekouras committed May 26, 2021
1 parent f6e7605 commit 7452c97
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 7452c97

Please sign in to comment.