From 09bc5f10f90a8b8666ed5df631261a87d3bbcb15 Mon Sep 17 00:00:00 2001 From: rr- Date: Wed, 11 May 2016 20:06:22 +0200 Subject: [PATCH] client/tags: fix hiding table for no results --- client/html/tags_page.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/html/tags_page.hbs b/client/html/tags_page.hbs index 3f9a487..7baee7c 100644 --- a/client/html/tags_page.hbs +++ b/client/html/tags_page.hbs @@ -1,5 +1,5 @@
- <% if (results) { %> + <% if (results.length) { %>