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 d26f9307e0abc..eabb6e3a5651d 100644 --- a/packages/edit-site/src/components/global-styles/typeset-button.js +++ b/packages/edit-site/src/components/global-styles/typeset-button.js @@ -47,7 +47,7 @@ function TypesetButton() { variations.find( ( variation ) => areGlobalStyleConfigsEqual( userConfig, variation ) ), - [ ( userConfig, variations ) ] + [ userConfig, variations ] ); let title;