diff options
| author | taehoon <th.dev91@gmail.com> | 2019-07-19 22:47:40 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-07-24 21:02:37 -0400 |
| commit | dca384f123576d92e478d61cb74117407081d41d (patch) | |
| tree | 201edf25689645713355096cd2e30e55b865c351 /src/components/user_profile/user_profile.vue | |
| parent | d7dc07066734fc69ef01022f92f57ededbbd0777 (diff) | |
update prop syntax
Diffstat (limited to 'src/components/user_profile/user_profile.vue')
| -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 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" /> |
