aboutsummaryrefslogtreecommitdiff
path: root/src/components/user_profile/user_profile.vue
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-04-30 11:06:22 -0400
committertaehoon <th.dev91@gmail.com>2019-05-15 12:04:26 -0400
commitf68653d0dd0b374aa28eca35b424b6c834c701d6 (patch)
tree5ff6bd3a6849c704dfe47eae43748e9a473e5f4b /src/components/user_profile/user_profile.vue
parent110c9d3b26e3871c8fc8157458be201ed4316d49 (diff)
show pinned state only in the user timeline
Diffstat (limited to 'src/components/user_profile/user_profile.vue')
-rw-r--r--src/components/user_profile/user_profile.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue
index 36d75b9e..48b774ea 100644
--- a/src/components/user_profile/user_profile.vue
+++ b/src/components/user_profile/user_profile.vue
@@ -12,6 +12,7 @@
:key="statusId"
:statusoid="timeline.statusesObject[statusId]"
:collapsable="true"
+ :showPinned="true"
/>
</template>
</div>