use pinned property from status directly

This commit is contained in:
taehoon 2019-04-26 15:46:40 -04:00
parent f8186bfc74
commit 32be0e15d1
5 changed files with 3 additions and 7 deletions

View file

@ -41,8 +41,7 @@ const conversation = {
props: [
'statusoid',
'collapsable',
'isPage',
'pinned'
'isPage'
],
created () {
if (this.isPage) {

View file

@ -13,7 +13,6 @@
:key="status.id"
:inlineExpanded="collapsable && isExpanded"
:statusoid="status"
:pinned="pinned"
:expandable='!isExpanded'
:focused="focused(status.id)"
:inConversation="isExpanded"