From 8cde212ad6a6cf1ca61d809d055573bdb1bbd91a Mon Sep 17 00:00:00 2001 From: Sean Date: Thu, 20 Aug 2020 11:24:43 -0400 Subject: [PATCH] fix(template:tui): display events section properly (#369) Co-authored-by: Sean Daniels --- lib/templates/tui.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/templates/tui.ejs b/lib/templates/tui.ejs index 98ae416..fa999bc 100644 --- a/lib/templates/tui.ejs +++ b/lib/templates/tui.ejs @@ -79,7 +79,7 @@ <% } %> -<% if(computed.length > 0) { %> +<% if(event.length > 0) { %>

Events