Skip to content

Commit 302cf99

Browse files
authored
Merge pull request #64 from boxuk/fix/query-include
[FIX] Removes unnecessary output from query-include/exclude
2 parents 7b36363 + 460dd16 commit 302cf99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/query-include-exclude/src/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ addFilter(
2222

2323
return (
2424
<>
25-
<BlockEdit { ...props } />;
25+
<BlockEdit { ...props } />
2626
<InspectorControls>
2727
<AdditionalControls { ...props } />
2828
</InspectorControls>

0 commit comments

Comments
 (0)