fix formatting

This commit is contained in:
Ray Elliott 2020-08-16 17:46:15 +01:00
parent 18542739f7
commit 3b24fcf36e
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ registerBlockType( '<NAMESPACE>/<SLUG>', { // FIXME replace <NAMESPACE>, <SLU
edit( { attributes, className } ) { edit( { attributes, className } ) {
return ( return (
<p className={ className }> <p className={ className }>
{ attributes.name } { attributes.name }
</p> </p>
); );
}, },