clean up commented code
This commit is contained in:
parent
ea0b107ab6
commit
beb1e2d493
@ -50,8 +50,6 @@ export default function Edit({ attributes, setAttributes }) {
|
|||||||
value={attributes.body}
|
value={attributes.body}
|
||||||
onChange={(val) => setAttributes({ body: val })}
|
onChange={(val) => setAttributes({ body: val })}
|
||||||
/>
|
/>
|
||||||
{/* <h2>{attributes.title}</h2>
|
|
||||||
{attributes.body && <p>{attributes.body}</p>} */}
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user