Skip to content

Commit

Permalink
fix: add a newline for wertsachen
Browse files Browse the repository at this point in the history
  • Loading branch information
SannyNguyenHung committed Feb 14, 2024
1 parent d8dee5f commit 951b9e7
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 @@ -516,7 +516,7 @@ function fillFinancialWertsachen(

attachment.descriptions.unshift({
title: "Wertsachen",
text: bezeichnung.join("\n"),
text: bezeichnung.join("\n\n"),
});
}
}
Expand Down

0 comments on commit 951b9e7

Please sign in to comment.