Skip to content

Commit

Permalink
address changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerbarna committed Oct 7, 2024
1 parent 2e6567d commit 71f10d4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions app/routes/circulars._archive._index/CircularsLuceneMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,21 @@ export function LuceneAccordion({
<div>
<Button
type="button"
className="usa-button--outline"
onClick={() => populateSearch('subject:"SWIFT"')}
outline
onClick={() => populateSearch('subject:"Swift"')}

Check warning on line 31 in app/routes/circulars._archive._index/CircularsLuceneMenu.tsx

View check run for this annotation

Codecov / codecov/patch

app/routes/circulars._archive._index/CircularsLuceneMenu.tsx#L31

Added line #L31 was not covered by tests
>
subject:"SWIFT"
subject:"Swift"
</Button>
<Button
type="button"
className="usa-button--outline"
outline
onClick={() => populateSearch('body:"GRB"')}

Check warning on line 38 in app/routes/circulars._archive._index/CircularsLuceneMenu.tsx

View check run for this annotation

Codecov / codecov/patch

app/routes/circulars._archive._index/CircularsLuceneMenu.tsx#L38

Added line #L38 was not covered by tests
>
body:"GRB"
</Button>
<Button
type="button"
className="usa-button--outline"
outline
onClick={() => populateSearch('submitter:"Tomas Ahumada Mena"')}
>

Check warning on line 46 in app/routes/circulars._archive._index/CircularsLuceneMenu.tsx

View check run for this annotation

Codecov / codecov/patch

app/routes/circulars._archive._index/CircularsLuceneMenu.tsx#L45-L46

Added lines #L45 - L46 were not covered by tests
submitter:"Tomas Ahumada Mena"
Expand Down

0 comments on commit 71f10d4

Please sign in to comment.