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