diff options
| author | dave <starpumadev@gmail.com> | 2019-02-08 10:40:03 -0500 |
|---|---|---|
| committer | dave <starpumadev@gmail.com> | 2019-02-08 10:40:03 -0500 |
| commit | 910b63624b75bdbdc7e4bf80cfe42c7a8092260e (patch) | |
| tree | cc4f85f06835451fc8e6ece136c66af11bb26ba8 /src/components/user_profile | |
| parent | d112d5b3331cd1805319c9641d489eee2ca01311 (diff) | |
#291 - fixed typo
Diffstat (limited to 'src/components/user_profile')
| -rw-r--r-- | src/components/user_profile/user_profile.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue index 9a8faf4b..79461291 100644 --- a/src/components/user_profile/user_profile.vue +++ b/src/components/user_profile/user_profile.vue @@ -9,7 +9,7 @@ <tab-switcher :renderOnlyFocused="true"> <Timeline :label="$t('user_card.statuses')" - :diabled="!user.statuses_count" + :disabled="!user.statuses_count" :embedded="true" :title="$t('user_profile.timeline_title')" :timeline="timeline" |
