Do not show tabs if the current step if the /guest step

This commit is contained in:
Jean-Baptiste Bellet
2022-01-05 11:50:56 +01:00
parent f2c3a380ac
commit efda693f8e

View File

@@ -1,4 +1,4 @@
%checkout.row#checkout
.small-12.medium-12.columns
= render partial: "split_checkout/tabs"
= render partial: "split_checkout/tabs" unless checkout_step?(:guest)
= render partial: "split_checkout/form"