diff options
| author | dave <starpumadev@gmail.com> | 2019-02-20 10:13:28 -0500 |
|---|---|---|
| committer | dave <starpumadev@gmail.com> | 2019-02-20 10:13:28 -0500 |
| commit | e20a7be3aa4973400cd670347ff038a78eb12e4e (patch) | |
| tree | 323201d9bfb51d66f8c133050cbd0e6dc752434e /src/components/user_profile/user_profile.vue | |
| parent | cfdd885e041d69262e5a0aaaac8de1f39a926484 (diff) | |
#376: update status timeline when it's empty
Diffstat (limited to 'src/components/user_profile/user_profile.vue')
| -rw-r--r-- | src/components/user_profile/user_profile.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue index 79461291..09fb93de 100644 --- a/src/components/user_profile/user_profile.vue +++ b/src/components/user_profile/user_profile.vue @@ -10,6 +10,7 @@ <Timeline :label="$t('user_card.statuses')" :disabled="!user.statuses_count" + :count="user.statuses_count" :embedded="true" :title="$t('user_profile.timeline_title')" :timeline="timeline" |
