diff --git a/static/modules/plan.js b/static/modules/plan.js index 66080d0..552466d 100644 --- a/static/modules/plan.js +++ b/static/modules/plan.js @@ -95,8 +95,8 @@ function renderPlan() { } })(); const sm = pf.sign_month || ""; - const signMonthCell = `${sm || '—'}`; - return `${esc(pf.customer_name)}${signMonthCell}${money(pf.sign_amount)}${mCols}${totalCol}`; + const signMonthCell = `${sm || '—'}`; + return `${esc(pf.customer_name)}${signMonthCell}${money(pf.sign_amount)}${mCols}${totalCol}`; }; const now2 = new Date(); @@ -119,7 +119,7 @@ function renderPlan() { document.querySelector("#plan").innerHTML = `
${planFilterTabs} ${state.planFilter !== 'expense' && state.planFilter !== 'overview' ? card(`
${finHeaderBase}
${finAddBtn}
`, "p-4") : ''} -