Merge pull request #10 from JoshHeaps/features/MultiFeatureBranch

bugfix
This commit is contained in:
Josh Heaps
2026-02-17 09:13:09 -07:00
committed by GitHub
@@ -193,6 +193,8 @@
return `<option value="${d.id}">${app.escapeHtml(label)}</option>`;
}).join('');
const showForms = state.selectedPersonId ? '' : 'style="display:none"';
const billsHtml = bills.map(b => {
const meta = [];
if (b.billDate) meta.push(app.formatDate(b.billDate));
@@ -249,7 +251,6 @@
</div>`;
}).join('');
const showForms = state.selectedPersonId ? '' : 'style="display:none"';
section.innerHTML = `
<div class="charges-section">
<div class="charges-header">Bills</div>