Merge pull request #18 from bhardin/patch-1

Bugfix: TypeError: Cannot read property 'history' of undefined
This commit is contained in:
hacksalot
2015-12-29 14:29:22 -05:00
+1 -1
View File
@@ -162,7 +162,7 @@ engine: Underscore
</section> </section>
{% } %} {% } %}
{% if ( r.service.history && r.service.history.length ) { %} {% if ( r.service && r.service.history && r.service.history.length ) { %}
<hr> <hr>
<section id="volunteer"> <section id="volunteer">
<header> <header>