From 0e8745adc3a73ce4e7688f87fc8a919ccd328c3e Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Fri, 5 Mar 2021 15:44:24 +1100 Subject: [PATCH] Remove passing of unused variable --- app/views/checkout/_form.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/checkout/_form.html.haml b/app/views/checkout/_form.html.haml index 362586974c..f1df23fee0 100644 --- a/app/views/checkout/_form.html.haml +++ b/app/views/checkout/_form.html.haml @@ -15,7 +15,7 @@ = render "checkout/shipping", f: f = render "checkout/payment", f: f = render "checkout/already_ordered", f: f if show_bought_items? - = render "checkout/terms_and_conditions", f: f + = render "checkout/terms_and_conditions" %p %button.button.primary{ type: :submit, ng: { disabled: "terms_and_conditions_activated && !terms_and_conditions_accepted" } } = t :checkout_send