diff --git a/app/views/vehicles/_details.html.erb b/app/views/vehicles/_details.html.erb index 9d59991..058eb0b 100644 --- a/app/views/vehicles/_details.html.erb +++ b/app/views/vehicles/_details.html.erb @@ -13,7 +13,7 @@ VIN - <%= @vin[0] if split_vin %><%=@vin[1] if @vin%> + <%= @vin[0] if @vin %><%=@vin[1] if @vin%>