From a415eeb5d891c0bb666550411567827ca8262063 Mon Sep 17 00:00:00 2001
From: Thomas Citharel <tcit@tcit.fr>
Date: Fri, 26 Feb 2021 19:59:20 +0100
Subject: [PATCH] Fixup empty timeline issue

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
---
 js/src/views/Group/Timeline.vue | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/js/src/views/Group/Timeline.vue b/js/src/views/Group/Timeline.vue
index c84816458..5cf450472 100644
--- a/js/src/views/Group/Timeline.vue
+++ b/js/src/views/Group/Timeline.vue
@@ -72,7 +72,7 @@
         {{ $t("No more activity to display.") }}
       </empty-content>
       <empty-content
-        v-if="!$apollo.loading && activities.total === 0"
+        v-if="!$apollo.loading && activity.total === 0"
         icon="timeline-text"
       >
         {{