Skip to content

Commit

Permalink
Fix font family skip serialization check (#36073)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw authored Oct 31, 2021
1 parent e015b5f commit b58af59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/hooks/font-family.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function addSaveProps( props, blockType, attributes ) {
if (
hasBlockSupport(
blockType,
'__experimentalSkipTypographySerialization'
'typography.__experimentalSkipSerialization'
)
) {
return props;
Expand Down

0 comments on commit b58af59

Please sign in to comment.