pull/11/head
Dan Gowans 2025-05-01 12:32:36 -04:00
parent afcdca959b
commit 4664366e12
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@
<span class="has-text-grey">(No Interments)</span>
<% } else { %>
<% for (const interment of contract.contractInterments) { %>
<%= interment.deceasedName %>
<%= interment.deceasedName %><br />
<% } %>
<% } %>
</td>