Skip to content

Commit

Permalink
fix term definition in Benefits Navigator ProjectInfo (#818)
Browse files Browse the repository at this point in the history
  • Loading branch information
will0684 authored Jul 27, 2023
1 parent e233494 commit d2a1ac3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/projects/benefits-navigator/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -362,9 +362,9 @@ export default function OasBenefitsEstimator(props) {
}
definition={
props.locale === "en"
? pageData.scFragments[2].scContentEn.json[4].content[0]
? pageData.scFragments[1].scContentEn.json[0].content[1]
.value
: pageData.scFragments[2].scContentFr.json[4].content[0]
: pageData.scFragments[1].scContentFr.json[0].content[1]
.value
}
information={
Expand Down

0 comments on commit d2a1ac3

Please sign in to comment.