mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-29 11:01:34 +08:00
Resolve #197
This commit is contained in:
parent
949005eda7
commit
35900415a2
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ export class MailMessageList extends AbstractViewRight {
|
|||
return c && MessageUserStore.list.length > c;
|
||||
},
|
||||
|
||||
hasMessages: () => 0 < MessageUserStore.list.length,
|
||||
hasMessages: () => 0 < MessageUserStore.list().length,
|
||||
|
||||
isSpamFolder: () => (FolderUserStore.spamFolder() || 0) === MessageUserStore.list().Folder,
|
||||
|
||||
|
|
Loading…
Reference in a new issue