Skip to content

Commit

Permalink
chore: pnpm test:format:fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
dan2k3k4 committed Oct 29, 2024
1 parent 2cda606 commit e265ee4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/drupal/gutenberg_blocks/js/blocks/accordion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.',
)}
/>
</PanelBody>
</InspectorControls>
Expand Down

0 comments on commit e265ee4

Please sign in to comment.