Fix activity timeline being empty

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2021-02-26 19:55:29 +01:00
parent 6237b68b07
commit 5e63e54697
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
{{ $t("No more activity to display.") }}
</empty-content>
<empty-content
v-if="!$apollo.loading && activities.size === 0"
v-if="!$apollo.loading && activities.total === 0"
icon="timeline-text"
>
{{