Skip to content

Commit

Permalink
fix: check if "on" for arbeitsweg (checkbox)
Browse files Browse the repository at this point in the history
  • Loading branch information
SannyNguyenHung committed Feb 13, 2024
1 parent 686e212 commit d7fa6a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/pdf/beratungshilfe/beratungshilfe.server.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ function getKraftfahrzeugBezeichnung(
) {
const bezeichnung = [];

if (kraftfahrzeug?.arbeitsweg) {
if (kraftfahrzeug?.arbeitsweg === "on") {
bezeichnung.push(`Fahrzeug wird für den Arbeitsweg genutzt`);
}

Expand Down

0 comments on commit d7fa6a0

Please sign in to comment.