diff --git a/app/views/origami/orders/show.html.erb b/app/views/origami/orders/show.html.erb
index f18365ac..c1a581dc 100755
--- a/app/views/origami/orders/show.html.erb
+++ b/app/views/origami/orders/show.html.erb
@@ -107,7 +107,7 @@
order_status = order.status
end
%>
- <%= order.order_id %> | <%= order_status %>
+ <%= order.order_id %> <% if !order_status.empty? %>| <%= order_status %> <% end %>
<% end %>