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 fc6bde24f2040e..d66310f2ed8ff5 100644 --- a/packages/edit-site/src/components/global-styles/typeset-button.js +++ b/packages/edit-site/src/components/global-styles/typeset-button.js @@ -40,7 +40,7 @@ function TypesetButton() { coreStore ).__experimentalGetCurrentThemeGlobalStylesVariations(); }, [] ); - const userTypographyConfig = filterObjectByProperty( + const userTypographyConfig = filterObjectByProperties( userConfig, 'typography' );