Remove reference to isMainEntry and show unread border again
This commit is contained in:
parent
f510c35b62
commit
a74af5b91a
|
|
@ -153,8 +153,8 @@
|
|||
return {
|
||||
'entry': true,
|
||||
'card': true,
|
||||
'mb-20': this.isMainEntry,
|
||||
'unread': this.isMainEntry && !this.item._is_read
|
||||
'mb-20': true,
|
||||
'unread': !this.item._is_read
|
||||
}
|
||||
},
|
||||
innerRef() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user