diff options
| author | taehoon <th.dev91@gmail.com> | 2019-05-06 15:29:24 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-05-06 15:29:24 -0400 |
| commit | 1455e1f9d50dc85b4467f410e6119480b6d1ebf1 (patch) | |
| tree | 1322e2b2980ce30a88439f0f33a519f9dc5f7ae5 /src/components/conversation/conversation.vue | |
| parent | 081f9a926aa55aa8d4aa8d1cd9ad91ff5ec84880 (diff) | |
eliminate expandable prop in favor of inConversation
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 c3bbb597..ff5b8168 100644 --- a/src/components/conversation/conversation.vue +++ b/src/components/conversation/conversation.vue @@ -13,7 +13,6 @@ :key="status.id" :inlineExpanded="collapsable" :statusoid="status" - :expandable='!isExpanded' :focused="focused(status.id)" :inConversation="isExpanded" :highlight="getHighlight()" |
