mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-01-03 13:54:38 +00:00
Fix activity timeline being empty
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
6237b68b07
commit
5e63e54697
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
>
|
||||
{{
|
||||
|
|
Loading…
Reference in a new issue