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 } ) {
|
edit( { attributes, className } ) {
|
||||||
return (
|
return (
|
||||||
<p className={ className }>
|
<p className={ className }>
|
||||||
{ attributes.name }
|
{ attributes.name }
|
||||||
</p>
|
</p>
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue