fix formatting
This commit is contained in:
parent
18542739f7
commit
3b24fcf36e
|
@ -27,7 +27,7 @@ registerBlockType( '<NAMESPACE>/<SLUG>', { // FIXME replace <NAMESPACE>, <SLU
|
|||
edit( { attributes, className } ) {
|
||||
return (
|
||||
<p className={ className }>
|
||||
{ attributes.name }
|
||||
{ attributes.name }
|
||||
</p>
|
||||
);
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue