diff --git a/packages/edit-site/src/components/global-styles/typeset-button.js b/packages/edit-site/src/components/global-styles/typeset-button.js index 257a32c962a572..667c6561222fcd 100644 --- a/packages/edit-site/src/components/global-styles/typeset-button.js +++ b/packages/edit-site/src/components/global-styles/typeset-button.js @@ -52,7 +52,7 @@ function TypesetButton() { const activeVariation = variations.find( ( variation ) => { return ( JSON.stringify( - filterObjectByProperty( variation, 'typography' ) + filterObjectByProperties( variation, 'typography' ) ) === JSON.stringify( userTypographyConfig ) ); } );