Update Timeline, fix empty timeline card

This commit is contained in:
Daniel Supernault 2021-07-20 18:13:17 -06:00
parent 7ed65fc9fe
commit 11eb6acdaf
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@
:recommended="true" />
</div>
<div v-if="!loading && emptyFeed">
<div v-if="!loading && emptyFeed && scope !== 'home'">
<div class="card rounded-0 mt-3 status-card rounded-0 shadow-none border">
<div class="card-body py-5 my-5">
<p class="text-center"><i class="fas fa-battery-empty fa-8x text-lighter"></i></p>