From 7d65d8dd4f9063fcb24caa8ce58ddbf4d8ec3436 Mon Sep 17 00:00:00 2001 From: Conner Turnbull <133619638+cturnbull-bitwarden@users.noreply.github.com> Date: Thu, 16 May 2024 13:16:01 -0400 Subject: [PATCH] Resolved razor syntax error by updating expression to be explicit instead of implicit (#4094) --- src/Admin/Views/Tools/StripeSubscriptions.cshtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Admin/Views/Tools/StripeSubscriptions.cshtml b/src/Admin/Views/Tools/StripeSubscriptions.cshtml index c8900125d2..a8de5ba904 100644 --- a/src/Admin/Views/Tools/StripeSubscriptions.cshtml +++ b/src/Admin/Views/Tools/StripeSubscriptions.cshtml @@ -109,7 +109,7 @@ @foreach (var price in Model.Prices) { - + } @@ -119,7 +119,7 @@ @foreach (var clock in Model.TestClocks) { - + } @@ -278,4 +278,4 @@ - \ No newline at end of file +