From f09757c801826f3bf200698b234781a3bdf0435e Mon Sep 17 00:00:00 2001 From: Dan Lemon Date: Fri, 25 Oct 2024 17:01:45 +0200 Subject: [PATCH] chore: pnpm test:format:fix again --- packages/drupal/gutenberg_blocks/js/blocks/accordion.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/drupal/gutenberg_blocks/js/blocks/accordion.tsx b/packages/drupal/gutenberg_blocks/js/blocks/accordion.tsx index 0cb197785..847a55e8a 100644 --- a/packages/drupal/gutenberg_blocks/js/blocks/accordion.tsx +++ b/packages/drupal/gutenberg_blocks/js/blocks/accordion.tsx @@ -68,7 +68,9 @@ registerBlockType<{ onChange={(headingLevel: string) => { setAttributes({ headingLevel }); }} - help={__('The heading level will be applied to all nested accordion items.')} + help={__( + 'The heading level will be applied to all nested accordion items.', + )} />