Remove reference to isMainEntry and show unread border again

This commit is contained in:
Peter Stuifzand 2018-09-01 11:41:05 +02:00
parent f510c35b62
commit a74af5b91a

View File

@ -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() {