Skip to content

Commit

Permalink
Remove extra space from comment object
Browse files Browse the repository at this point in the history
Co-authored-by: Greg Ziółkowski <[email protected]>
  • Loading branch information
SantosGuillamot and gziolo committed Sep 25, 2024
1 parent 44563f1 commit 0d5d659
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/editor/src/bindings/post-meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ import { unlock } from '../lock-unlock';
* {
* field_1_key: {
* label: 'Field 1 Label',
* value: 'Field 1 Value',
* value: 'Field 1 Value',
* },
* field_2_key: {
* label: 'Field 2 Label',
* value: 'Field 2 Value',
* value: 'Field 2 Value',
* },
* ...
* }
Expand Down

0 comments on commit 0d5d659

Please sign in to comment.