Skip to content

Commit

Permalink
Show closed organizations to food seekers
Browse files Browse the repository at this point in the history
  • Loading branch information
entrotech committed Jun 18, 2020
1 parent 76b8286 commit 6d1349e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/ResultsFilters.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const ResultsFilters = ({
JSON.parse(storage.origin).longitude,
radius,
categoryIds: categoryIds.length ? categoryIds : DEFAULT_CATEGORIES,
isInactive: "false",
isInactive: "either",
verificationStatusId: isVerifiedSelected
? VERIFICATION_STATUS.VERIFIED
: 0,
Expand Down

0 comments on commit 6d1349e

Please sign in to comment.