Skip to content

Commit

Permalink
Adds test coverage for Dont Change update type.
Browse files Browse the repository at this point in the history
  • Loading branch information
wjames111 committed Sep 5, 2024
1 parent db886ae commit 7e5affa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/Tool/FixCommitmentInfo/FixCommitmentInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,9 @@ const FixCommitmentInfo: React.FC<Props> = ({
key={contact.id}
donations={contact.donations?.nodes}
statusTitle={
contactPartnershipStatus[contact.status] || ''
contact.status
? contactPartnershipStatus[contact.status]
: ''
}
statusValue={
getLocalizedContactStatus(t, contact.status) || ''
Expand Down

0 comments on commit 7e5affa

Please sign in to comment.