Skip to content

Commit

Permalink
[FIX] Removes unnecessary output from query-include/exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
jdamner committed Jul 22, 2024
1 parent 766a128 commit 460dd16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/query-include-exclude/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ addFilter(

return (
<>
<BlockEdit { ...props } />;
<BlockEdit { ...props } />
<InspectorControls>
<AdditionalControls { ...props } />
</InspectorControls>
Expand Down

0 comments on commit 460dd16

Please sign in to comment.