diff --git a/MoneyMap/Pages/Index.cshtml b/MoneyMap/Pages/Index.cshtml index 7be537f..c7a0e60 100644 --- a/MoneyMap/Pages/Index.cshtml +++ b/MoneyMap/Pages/Index.cshtml @@ -143,7 +143,7 @@ @if (t.ReceiptCount > 0) { - ?? @t.ReceiptCount + @t.ReceiptCount } @@ -223,3 +223,4 @@ } })(); + diff --git a/MoneyMap/Pages/Transactions.cshtml b/MoneyMap/Pages/Transactions.cshtml index f2ebf72..8deda2a 100644 --- a/MoneyMap/Pages/Transactions.cshtml +++ b/MoneyMap/Pages/Transactions.cshtml @@ -164,7 +164,7 @@ @if (t.ReceiptCount > 0) { - ?? @t.ReceiptCount + @t.ReceiptCount } @if (!string.IsNullOrWhiteSpace(t.Notes)) @@ -172,9 +172,7 @@ - ?? - + data-bs-placement="top">Note } @@ -349,3 +347,4 @@ else } } +