diff options
| author | taehoon <th.dev91@gmail.com> | 2019-07-19 21:48:09 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-07-24 21:02:37 -0400 |
| commit | 4826d7254954390f13b1aa33e740e4f4d3598908 (patch) | |
| tree | d5b6c6cad100548affd215cd0faee28b19742028 /src/components/user_profile/user_profile.vue | |
| parent | 7f9feacd264915df92d14399dc9c1aa5cb4d22e7 (diff) | |
update prop name
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 1723cffa..81c63d7e 100644 --- a/src/components/user_profile/user_profile.vue +++ b/src/components/user_profile/user_profile.vue @@ -34,6 +34,7 @@ :timeline="timeline" :timeline-name="'user'" :user-id="userId" + :pinned-status-ids="user.pinnedStatuseIds" /> </div> <div @@ -75,7 +76,6 @@ timeline-name="media" :timeline="media" :user-id="userId" - :excludedStatusIds="user.pinnedStatuseIds" /> <Timeline v-if="isUs" |
