Skip to content

Commit

Permalink
Update packages/edit-site/src/components/global-styles/typeset-button.js
Browse files Browse the repository at this point in the history
Co-authored-by: Sarah Norris <[email protected]>
  • Loading branch information
scruffian and mikachan authored Jul 24, 2024
1 parent 2a45485 commit f25a301
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function TypesetButton() {
const activeVariation = variations.find( ( variation ) => {
return (
JSON.stringify(
filterObjectByProperty( variation, 'typography' )
filterObjectByProperties( variation, 'typography' )
) === JSON.stringify( userTypographyConfig )
);
} );
Expand Down

0 comments on commit f25a301

Please sign in to comment.