Skip to content

Commit

Permalink
fix(ui): Restore filters
Browse files Browse the repository at this point in the history
  • Loading branch information
annelhote committed Oct 20, 2023
1 parent f281096 commit 70500a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/home/filters.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export default function Filters({ sendQuery }) {
</Col>
<Col n="3">
{
currentSearchParams.datasources.includes('bso') && (
currentSearchParams?.datasources && currentSearchParams.datasources.includes('bso') && (
<>
BSO Identifiers:
<CheckboxGroup isInline>
Expand Down

0 comments on commit 70500a6

Please sign in to comment.