diff --git a/frontend/benefit/handler/src/components/applicationReview/employeeView/EmployeeView.tsx b/frontend/benefit/handler/src/components/applicationReview/employeeView/EmployeeView.tsx index 59a92eee23..c9e8241b4d 100644 --- a/frontend/benefit/handler/src/components/applicationReview/employeeView/EmployeeView.tsx +++ b/frontend/benefit/handler/src/components/applicationReview/employeeView/EmployeeView.tsx @@ -49,9 +49,7 @@ const EmployeeView: React.FC = ({ <$ViewField> {t( - `common:utility.${ - data.associationImmediateManagerCheck ? 'yes' : 'no' - }` + `common:utility.${data.employee?.isLivingInHelsinki ? 'yes' : 'no'}` )} diff --git a/frontend/benefit/handler/src/components/applicationReview/employmentView/EmpoymentView.tsx b/frontend/benefit/handler/src/components/applicationReview/employmentView/EmpoymentView.tsx index f4c1af6ef8..f4b4cf4196 100644 --- a/frontend/benefit/handler/src/components/applicationReview/employmentView/EmpoymentView.tsx +++ b/frontend/benefit/handler/src/components/applicationReview/employmentView/EmpoymentView.tsx @@ -48,7 +48,7 @@ const EmploymentView: React.FC = ({ <$ViewField> {parseFloat(data.employee?.workingHours).toLocaleString('fi-FI')}{' '} - {t(`${translationsBase}.fields.workingHours`)} + {t(`${translationsBase}.fields.workingHoursText`)} <$GridCell $colSpan={6} $colStart={1}>