Skip to content

Commit

Permalink
[TM-1472] add direct seeding survival rate field (#691)
Browse files Browse the repository at this point in the history
  • Loading branch information
LimberHope authored Nov 21, 2024
1 parent fb726f4 commit b89f7f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/project/[uuid]/tabs/GoalsAndProgress.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ const GoalsAndProgressTab = ({ project }: GoalsAndProgressProps) => {
label={t("Esimtated Survival Rate")}
value={project.survival_rate}
/>
<TextField label={t("Direct Seeding Survival Rate")} value={project.direct_seeding_survival_rate} />
<ContextCondition frameworksHide={[Framework.PPC]}>
<FieldsExpander title="Project Beneficiaries Breakdown">
<TextField label={t("Women")} value={project?.pct_beneficiaries_women} />
Expand Down

0 comments on commit b89f7f5

Please sign in to comment.