clean up commented code

This commit is contained in:
Chuck Dries 2023-07-30 10:19:46 -07:00
parent ea0b107ab6
commit beb1e2d493

View File

@ -50,8 +50,6 @@ export default function Edit({ attributes, setAttributes }) {
value={attributes.body}
onChange={(val) => setAttributes({ body: val })}
/>
{/* <h2>{attributes.title}</h2>
{attributes.body && <p>{attributes.body}</p>} */}
</div>
</div>
);