Skip to content

Commit

Permalink
hotfix: status error fix (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
olewandowski1 authored Jul 18, 2023
1 parent c4e41fa commit 0211d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BenefitPlanGroupBeneficiariesSearcher.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ function BenefitPlanGroupBeneficiariesSearcher({
if (status !== null && status !== undefined) {
filters.status = {
value: status,
filter: `status: "${status}"`,
filter: `status: ${status}`,
};
}

Expand Down

0 comments on commit 0211d1b

Please sign in to comment.