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 authored Sep 24, 2024
1 parent b471d7d commit 1f1c2b4
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 1f1c2b4

Please sign in to comment.