Skip to content

Commit

Permalink
Merge pull request #64 from boxuk/fix/query-include
Browse files Browse the repository at this point in the history
[FIX] Removes unnecessary output from query-include/exclude
  • Loading branch information
jdamner authored Jul 22, 2024
2 parents 7b36363 + 460dd16 commit 302cf99
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 302cf99

Please sign in to comment.