diff options
| author | jared <jaredrmain@gmail.com> | 2019-04-09 14:10:51 -0400 |
|---|---|---|
| committer | jared <jaredrmain@gmail.com> | 2019-04-09 14:10:51 -0400 |
| commit | 5df049ca3148c1bdf29a5f3ee1a60b7ecf94bb88 (patch) | |
| tree | af937ea8b432367eb11d3358488d49170a840508 /src/components/conversation/conversation.vue | |
| parent | 546ced43d9edbaf176f71b010aadc11bf7e5e851 (diff) | |
#486 - remove expand button on conversation page
Diffstat (limited to 'src/components/conversation/conversation.vue')
| -rw-r--r-- | src/components/conversation/conversation.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/conversation/conversation.vue b/src/components/conversation/conversation.vue index c39a3ed9..c3bbb597 100644 --- a/src/components/conversation/conversation.vue +++ b/src/components/conversation/conversation.vue @@ -13,7 +13,7 @@ :key="status.id" :inlineExpanded="collapsable" :statusoid="status" - :expandable='!expanded' + :expandable='!isExpanded' :focused="focused(status.id)" :inConversation="isExpanded" :highlight="getHighlight()" |
