From fbc25f3317643cd5e3c4c6d7cfc0a9c25984a5ec Mon Sep 17 00:00:00 2001 From: Chukwuma Akunyili <56761791+aguluman@users.noreply.github.com> Date: Wed, 27 Dec 2023 16:39:33 +0100 Subject: [PATCH] amend: i changed all var keywords to let, i removed asp-for duplicates and i introduced `i0,i1,12` variables to store the current value of the loop counter variable `i` at different points within the loop (#3100) Co-authored-by: Chukwuma Akunyili <56761791+ChukwumaA@users.noreply.github.com> Co-authored-by: Daniel James Smith <2670567+djsmith85@users.noreply.github.com> --- .../Views/Tools/StripeSubscriptions.cshtml | 412 +++++++++--------- 1 file changed, 210 insertions(+), 202 deletions(-) diff --git a/src/Admin/Views/Tools/StripeSubscriptions.cshtml b/src/Admin/Views/Tools/StripeSubscriptions.cshtml index 8ba50072ea..c8900125d2 100644 --- a/src/Admin/Views/Tools/StripeSubscriptions.cshtml +++ b/src/Admin/Views/Tools/StripeSubscriptions.cshtml @@ -6,12 +6,12 @@ @section Scripts {