Skip to content

Commit

Permalink
fix: only show "Verified by" filter for logged in users
Browse files Browse the repository at this point in the history
  • Loading branch information
annavik committed Dec 3, 2024
1 parent 8262e65 commit b85e18b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/pages/occurrences/occurrences.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const Occurrences = () => {
<FilterControl field="taxon" />
<FilterControl clearable={false} field="classification_threshold" />
<FilterControl field="verified" />
<FilterControl field="verified_by_me" />
{user.loggedIn && <FilterControl field="verified_by_me" />}
</FilterSection>
<FilterSection
title="More filters"
Expand Down

0 comments on commit b85e18b

Please sign in to comment.