Issue 43 - Stop graph appearing if only one result

This commit is contained in:
perryharlock
2013-10-03 15:30:58 +01:00
parent 84d36d383b
commit 086122ca51
4 changed files with 16 additions and 3 deletions

View File

@@ -30,7 +30,9 @@
{{#if results}}
{{> graph}}
{{#unless hasOneResult}}
{{> graph}}
{{/unless}}
{{> result-selector}}