diff options
| author | taehoon <th.dev91@gmail.com> | 2019-07-19 22:49:29 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-07-24 21:02:37 -0400 |
| commit | 876c6de8066d9ac708bb0cd8e4d4c5e60f9502a6 (patch) | |
| tree | bbba50549a934519674eb564d4cccf76f1fa103c /src/components/user_profile/user_profile.vue | |
| parent | dca384f123576d92e478d61cb74117407081d41d (diff) | |
fix typos
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 fc745d1a..e862440e 100644 --- a/src/components/user_profile/user_profile.vue +++ b/src/components/user_profile/user_profile.vue @@ -22,7 +22,7 @@ :timeline="timeline" timeline-name="user" :user-id="userId" - :pinned-status-ids="user.pinnedStatuseIds" + :pinned-status-ids="user.pinnedStatusIds" /> </div> <div |
