aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authordave <starpumadev@gmail.com>2019-02-08 10:40:03 -0500
committerdave <starpumadev@gmail.com>2019-02-08 10:40:03 -0500
commit910b63624b75bdbdc7e4bf80cfe42c7a8092260e (patch)
treecc4f85f06835451fc8e6ece136c66af11bb26ba8 /src/components
parentd112d5b3331cd1805319c9641d489eee2ca01311 (diff)
#291 - fixed typo
Diffstat (limited to 'src/components')
-rw-r--r--src/components/user_profile/user_profile.vue2
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"