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/status/status.vue | |
| parent | 081f9a926aa55aa8d4aa8d1cd9ad91ff5ec84880 (diff) | |
eliminate expandable prop in favor of inConversation
Diffstat (limited to 'src/components/status/status.vue')
| -rw-r--r-- | src/components/status/status.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index 43c3030e..495d088d 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -52,7 +52,7 @@ <a :href="status.external_url" target="_blank" v-if="!status.is_local && !isPreview" class="source_url" title="Source"> <i class="button-icon icon-link-ext-alt"></i> </a> - <template v-if="expandable && !isPreview"> + <template v-if="!inConversation && !isPreview"> <a href="#" @click.prevent="toggleExpanded" title="Expand"> <i class="button-icon icon-plus-squared"></i> </a> |
