Skip to content

Commit

Permalink
Issue #9 - change edit to return using () rather than [] - fixes keys…
Browse files Browse the repository at this point in the history
… problem
bobbingwide committed Mar 13, 2018
1 parent 329806c commit bf01035
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blocks/oik-contact-form/index.js
Original file line number Diff line number Diff line change
@@ -64,12 +64,12 @@ export default registerBlockType(

edit: props=> {

return [
return (

<div className={ props.className }>
<p>This is where the Contact form will appear.</p>
</div>
];
);
},

save() {

0 comments on commit bf01035

Please sign in to comment.