Skip to content

Commit

Permalink
Api translation added
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim-Lam committed Dec 12, 2024
1 parent 9c62b60 commit 93b27ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions components/ResultsPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import { useTranslation } from '../Hooks'
import { BenefitCards } from './BenefitCards'
import { YourAnswers } from './YourAnswers'
import { Translations, getTranslations } from '../../i18n/api'
import { FieldKey } from '../../utils/api/definitions/fields'
import { SummaryEstimates } from './SummaryEstimates'
import { Intro } from './Intro'

Expand Down Expand Up @@ -49,7 +48,7 @@ const ResultsPage: React.VFC<{
const ref = useRef<HTMLDivElement>()
const tsln = useTranslation<WebTranslations>()
const router = useRouter()

const apiTsln = getTranslations(tsln._language)

const isPartnered =
inputs.find((input) => input.key === FieldKey.MARITAL_STATUS)['value'] ===
Expand Down

0 comments on commit 93b27ad

Please sign in to comment.