forked from potsda.mn/mobilizon
Fix activity timeline being empty
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
6237b68b07
commit
5e63e54697
|
@ -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