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