Skip to content

Commit

Permalink
Remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed Sep 12, 2023
1 parent bbfd8e0 commit 49c584d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/block-library/src/block/save.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,5 @@
import { useBlockProps } from '@wordpress/block-editor';

export default function save() {
// We'll probably save alignment class here soon.
const blockProps = useBlockProps.save();

return <div { ...blockProps } />;
return <div { ...useBlockProps.save() } />;
}

0 comments on commit 49c584d

Please sign in to comment.