From bd7086ef4731a5943219744bf8f5708d2633882a Mon Sep 17 00:00:00 2001 From: Ben Dwyer Date: Wed, 19 Jun 2024 15:39:49 +0100 Subject: [PATCH] add variation name to typesets --- .../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 d26f9307e0abc3..eabb6e3a5651d4 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;