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.js | |
| parent | f8186bfc744c66426635208838c3e2a4dcbecfd2 (diff) | |
use pinned property from status directly
Diffstat (limited to 'src/components/conversation/conversation.js')
| -rw-r--r-- | src/components/conversation/conversation.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/conversation/conversation.js b/src/components/conversation/conversation.js index fc239ee9..ffeb7244 100644 --- a/src/components/conversation/conversation.js +++ b/src/components/conversation/conversation.js @@ -41,8 +41,7 @@ const conversation = { props: [ 'statusoid', 'collapsable', - 'isPage', - 'pinned' + 'isPage' ], created () { if (this.isPage) { |
