diff options
| author | taehoon <th.dev91@gmail.com> | 2019-04-26 15:46:40 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-05-15 12:04:26 -0400 |
| commit | 32be0e15d11c14513ff4fdc984aeaa4a5f462eac (patch) | |
| tree | a82590e6a6ef1cd97824167f83a8ffd66cc17ac5 /src/components/conversation/conversation.vue | |
| parent | f8186bfc744c66426635208838c3e2a4dcbecfd2 (diff) | |
use pinned property from status directly
Diffstat (limited to 'src/components/conversation/conversation.vue')
| -rw-r--r-- | src/components/conversation/conversation.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/conversation/conversation.vue b/src/components/conversation/conversation.vue index 40011113..d04ff722 100644 --- a/src/components/conversation/conversation.vue +++ b/src/components/conversation/conversation.vue @@ -13,7 +13,6 @@ :key="status.id" :inlineExpanded="collapsable && isExpanded" :statusoid="status" - :pinned="pinned" :expandable='!isExpanded' :focused="focused(status.id)" :inConversation="isExpanded" |
