Skip to content

Commit

Permalink
feat(DTFS2-7795): add line break
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Roberts committed Feb 6, 2025
1 parent 1d23c79 commit b1d5eb8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ const generateAmendmentSummaryAmendmentRows = (amendment: PortalFacilityAmendmen
value: {
html: `
<ul class="govuk-list">
${amendment.changeCoverEndDate ? `<li>Cover end date and \n${amendment.isUsingFacilityEndDate ? 'Facility end date' : 'Bank review date'}</li>` : ''}
${amendment.changeCoverEndDate ? `<li>Cover end date and <br>${amendment.isUsingFacilityEndDate ? 'Facility end date' : 'Bank review date'}</li>` : ''}
${amendment.changeFacilityValue ? `<li>Facility value</li>` : ''}
</ul>`,
},
Expand Down

0 comments on commit b1d5eb8

Please sign in to comment.