) : (
-
+
{row.name}
)}
@@ -427,7 +427,7 @@ export function TrackerRow({ row, year, month, refresh, index, onEditBill, moveC
{row.category_name && (
-
{row.category_name}
+
{row.category_name}
)}
{/* Monthly notes shown inline under the bill name */}
{row.monthly_notes && (
@@ -449,7 +449,7 @@ export function TrackerRow({ row, year, month, refresh, index, onEditBill, moveC
{/* Due */}
-
+
{editingDue ? (
{/* Expected / Actual — shows actual_amount in amber when it overrides the template */}
-
+
{editingExpected ? (
) : effectiveActual != null ? (
) : (
-
+