Skip to content

Commit

Permalink
add variation name to typesets
Browse files Browse the repository at this point in the history
  • Loading branch information
scruffian committed Jun 25, 2024
1 parent e6d900c commit 9bc2367
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function TypesetButton() {
variations.find( ( variation ) =>
areGlobalStyleConfigsEqual( userConfig, variation )
),
[ ( userConfig, variations ) ]
[ userConfig, variations ]
);

let title;
Expand Down

0 comments on commit 9bc2367

Please sign in to comment.