Skip to content

Commit

Permalink
Use courtDate instead of court
Browse files Browse the repository at this point in the history
  • Loading branch information
oddsson committed Feb 5, 2025
1 parent 7413923 commit 88a7aad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const mapCaseStateToTagVariant = (
if (
isIndictmentCase(theCase.type) &&
theCase.defendants &&
theCase.court &&
theCase.courtDate &&
!haveAllSubpoenasBeenServiced(theCase.defendants)
) {
return {
Expand Down

0 comments on commit 88a7aad

Please sign in to comment.