Skip to content

Commit

Permalink
Merge pull request #5277 from bcgov/test-marshal-NK-FOIMOD-3086
Browse files Browse the repository at this point in the history
fix issue with logic for non cfd general requests
  • Loading branch information
nkan-aot2 authored Jun 17, 2024
2 parents 01b8f24 + 6a05dea commit 2e2011f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ const StateDropDown = ({
if (_isMinistryCoordinator) {
if (isMCFMinistryTeam) {
return appendRecordsReadyForReview(_stateList.callforrecordsforpersonal);
} else {
} else if (personalRequest) {
return _stateList.callforrecordsforpersonal;
}
}
Expand Down

0 comments on commit 2e2011f

Please sign in to comment.