diff --git a/app/views/outfits/new_v2.html.haml b/app/views/outfits/new_v2.html.haml
index 7f69cd1d..da37ffbf 100644
--- a/app/views/outfits/new_v2.html.haml
+++ b/app/views/outfits/new_v2.html.haml
@@ -46,8 +46,6 @@
- if @outfit.worn_items.any?
.worn-items
- %h2 Items (#{@outfit.worn_items.size})
-
- outfit_items_by_zone(@outfit).each do |zone_group|
.zone-group
%h3.zone-label= zone_group[:zone_label]