Skip to content

Commit

Permalink
Fix missing test on analysis view.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionosphere committed May 26, 2016
1 parent fbdba79 commit 28c20bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/backend/analyses/show.html.haml
Expand Up @@ -16,7 +16,7 @@
:ruby
data_product = []
product = resource.product
if product.shape
if product && product.shape
data_product << {name: product.name, shape: product.shape}
end
= visualization do |v|
Expand Down

0 comments on commit 28c20bc

Please sign in to comment.