From ed7977a105f76d15239c4d4485b742a8777df57b Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 24 Sep 2020 06:00:45 +0200 Subject: [PATCH] Fix count for #3841 --- resources/views/v1/list/groups.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/v1/list/groups.twig b/resources/views/v1/list/groups.twig index 1f5c1988ab..2be3b3f01b 100644 --- a/resources/views/v1/list/groups.twig +++ b/resources/views/v1/list/groups.twig @@ -52,7 +52,7 @@ TODO: hide and show columns {% for group in groups %} - {% if group.count() > 1 %} + {% if group.count > 1 %}