Skip to content

Commit

Permalink
Fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
ajitbohra committed Feb 27, 2019
1 parent 4d290ae commit 993473c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,6 @@ registerBlockType( 'gutenberg-boilerplate-es5/hello-world-step-04', {
{
key: "editable",
tagName: "p",
className: className,
onChange: onChangeContent,
value: content
}
Expand Down Expand Up @@ -540,7 +539,6 @@ registerBlockType( 'gutenberg-boilerplate-esnext/hello-world-step-04', {
<RichText
key="editable"
tagName="p"
className={ className }
onChange={ onChangeContent }
value={ content }
/>
Expand Down

0 comments on commit 993473c

Please sign in to comment.