Skip to content

Commit

Permalink
id undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Szewczyk committed Dec 23, 2024
1 parent 649ae27 commit f395ef6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const TargetPopulationDetailsPage = (): ReactElement => {
/>
<TargetPopulationDetails targetPopulation={paymentPlan} />
<TargetPopulationCore
id={paymentPlan.id}
id={paymentPlan?.id}
targetPopulation={paymentPlan}
isStandardDctType={isStandardDctType}
isSocialDctType={isSocialDctType}
Expand Down

0 comments on commit f395ef6

Please sign in to comment.