Skip to content

Commit

Permalink
Update subpoena.response.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
unakb committed Sep 24, 2024
1 parent 0cc60b6 commit 61b7461
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ export class SubpoenaResponse {
: undefined,
canEdit: canChangeDefenseChoice,
courtContactInfo: canChangeDefenseChoice
? t.courtContactInfo
: undefined,
? undefined
: t.courtContactInfo,
}
: undefined,
}
Expand Down

0 comments on commit 61b7461

Please sign in to comment.