Fixup empty timeline issue
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
5e63e54697
commit
a415eeb5d8
@ -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"
|
||||
>
|
||||
{{
|
||||
|
Loading…
Reference in New Issue
Block a user