diff --git a/src/PowderCoating.Web/Views/SmsAgreements/Index.cshtml b/src/PowderCoating.Web/Views/SmsAgreements/Index.cshtml index b420cbe..0c17df4 100644 --- a/src/PowderCoating.Web/Views/SmsAgreements/Index.cshtml +++ b/src/PowderCoating.Web/Views/SmsAgreements/Index.cshtml @@ -222,7 +222,7 @@ AgreedAt = a.AgreedAt.ToString("MMM d, yyyy 'at' h:mm tt") + " UTC", IpAddress = a.IpAddress ?? "—", UserAgent = a.UserAgent ?? "—" - }))"> + }), new System.Text.Json.JsonSerializerOptions { PropertyNamingPolicy = System.Text.Json.JsonNamingPolicy.CamelCase })"> @row.AllAgreements.Count }