aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_profile/user_profile.vue
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-07-19 22:47:40 -0400
committertaehoon <th.dev91@gmail.com>2019-07-24 21:02:37 -0400
commitdca384f123576d92e478d61cb74117407081d41d (patch)
tree201edf25689645713355096cd2e30e55b865c351 /src/components/user_profile/user_profile.vue
parentd7dc07066734fc69ef01022f92f57ededbbd0777 (diff)
update prop syntax
Diffstat (limited to 'src/components/user_profile/user_profile.vue')
-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 f4b284e2..fc745d1a 100644
--- a/src/components/user_profile/user_profile.vue
+++ b/src/components/user_profile/user_profile.vue
@@ -20,7 +20,7 @@
:embedded="true"
:title="$t('user_profile.timeline_title')"
:timeline="timeline"
- :timeline-name="'user'"
+ timeline-name="user"
:user-id="userId"
:pinned-status-ids="user.pinnedStatuseIds"
/>