Remove passing of unused variable

This commit is contained in:
Maikel Linke
2021-03-05 15:44:24 +11:00
parent ee66a096e2
commit 0e8745adc3

View File

@@ -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