mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-11 00:14:50 +03:00
Simplify AppUserStore.contactsIsAllowed
This commit is contained in:
parent
8157692a29
commit
676de1ed23
6 changed files with 6 additions and 12 deletions
|
|
@ -36,7 +36,7 @@ export class AbstractSystemDropDownUserView extends AbstractViewRight {
|
|||
capaAdditionalAccounts: Settings.capa(Capa.AdditionalAccounts)
|
||||
});
|
||||
|
||||
this.allowContacts = AppUserStore.contactsIsAllowed();
|
||||
this.allowContacts = AppUserStore.allowContacts();
|
||||
|
||||
this.addAccountClick = this.addAccountClick.bind(this);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue