diff --git a/app/views/split_checkout/_checkout.html.haml b/app/views/split_checkout/_checkout.html.haml index 1100f1b28e..3e4e5485c5 100644 --- a/app/views/split_checkout/_checkout.html.haml +++ b/app/views/split_checkout/_checkout.html.haml @@ -1,5 +1,5 @@ %checkout.row#checkout .small-12.medium-12.columns = render partial: "split_checkout/tabs" - = render partial: "split_checkout/already_ordered" if @already_ordered + = render partial: "split_checkout/already_ordered" if @already_ordered && checkout_step?(:summary) = render partial: "split_checkout/form"