Skip to content

Commit

Permalink
hotfix-task-status (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdolkowski authored Aug 8, 2023
1 parent 1eace6a commit 1693238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/BenefitPlanTasksFilter.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function BenefitPlanTasksFilter({
{
id: 'status',
value,
filter: `status: "${value}"`,
filter: `status: ${value}`,
},
])}
/>
Expand Down

0 comments on commit 1693238

Please sign in to comment.