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 19, 2024
1 parent 06dae66 commit bd7086e
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 bd7086e

Please sign in to comment.