From f25a301fe493a62efe3164f575d2b2dffaef7d59 Mon Sep 17 00:00:00 2001 From: Ben Dwyer Date: Wed, 24 Jul 2024 09:12:41 +0100 Subject: [PATCH] Update packages/edit-site/src/components/global-styles/typeset-button.js Co-authored-by: Sarah Norris <1645628+mikachan@users.noreply.github.com> --- .../edit-site/src/components/global-styles/typeset-button.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) ); } );