Fix eslint notice in BlockTitle component
This commit is contained in:
parent
4420819a1f
commit
976e3d057a
|
@ -22,7 +22,10 @@ const BlockTitle = ( {
|
|||
const TagName = `h${ headingLevel }`;
|
||||
return (
|
||||
<TagName>
|
||||
<label className="screen-reader-text" htmlFor={ `block-title-${ instanceId }` }>
|
||||
<label
|
||||
className="screen-reader-text"
|
||||
htmlFor={ `block-title-${ instanceId }` }
|
||||
>
|
||||
{ __( 'Block title', 'woo-gutenberg-products-block' ) }
|
||||
</label>
|
||||
<PlainText
|
||||
|
|
Loading…
Reference in New Issue