Skip to content

Commit

Permalink
Fix bug in Verification Status badge (#2291)
Browse files Browse the repository at this point in the history
  • Loading branch information
entrotech authored Nov 20, 2024
1 parent a6ddc7e commit 901ec87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Admin/SearchCriteriaDisplay.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ function SearchCriteriaDisplay({
verificationStatus = "Submitted";
break;
case 4:
verificationStatus = "Submitted";
verificationStatus = "Approved";
break;
default:
verificationStatus = "(Any)";
Expand Down

0 comments on commit 901ec87

Please sign in to comment.