Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mogmarsh committed Oct 24, 2023
1 parent f29010d commit 606f574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/query/edit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ export default function Edit({
<SelectControl
label={sprintf(
__('%s Relation', 'wp-curate'),
availableTaxonomies[taxonomy].name || taxonomy
availableTaxonomies[taxonomy].name || taxonomy,
)}
help={__('AND: Posts must have all selected terms. OR: Posts may have one or more selected terms.', 'wp-curate')}
options={[
Expand Down

0 comments on commit 606f574

Please sign in to comment.