Skip to content

Commit

Permalink
fix(filters): Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
annelhote committed Apr 2, 2024
1 parent 71dd8f1 commit 4d7533f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/src/pages/filters.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export default function Filters({ sendQuery }) {
/>
<SegmentedElement
checked={currentSearchParams.view === 'datasets'}
label="Find affliated datasets"
label="Find affiliated datasets"
value="datasets"
/>
</SegmentedControl>
Expand Down Expand Up @@ -298,7 +298,7 @@ export default function Filters({ sendQuery }) {
/>
<SegmentedElement
checked={currentSearchParams.view === 'datasets'}
label="Find affliated datasets"
label="Find affiliated datasets"
value="datasets"
/>
</SegmentedControl>
Expand Down

0 comments on commit 4d7533f

Please sign in to comment.