diff --git a/app/views/split_checkout/_summary.html.haml b/app/views/split_checkout/_summary.html.haml index 320b9b1bf7..8be1ba1599 100644 --- a/app/views/split_checkout/_summary.html.haml +++ b/app/views/split_checkout/_summary.html.haml @@ -18,7 +18,7 @@ %span.summary-label = t("split_checkout.step1.your_details.email.label") %span.summary-value - = @order.user.email + = @order.user ? @order.user.email : "Change me" %div.summary %span.summary-label