mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
Add prettier
This commit is contained in:
parent
08da3030b0
commit
450528ff00
61 changed files with 516 additions and 1456 deletions
|
|
@ -93,9 +93,9 @@ class ContactsPopupView extends AbstractViewNext
|
|||
(property) => -1 < inArray(property.type(), [ContactPropertyType.FirstName, ContactPropertyType.LastName])
|
||||
);
|
||||
|
||||
this.viewPropertiesOther = this.viewProperties.filter(
|
||||
(property) => -1 < inArray(property.type(), [ContactPropertyType.Note])
|
||||
);
|
||||
// this.viewPropertiesOther = this.viewProperties.filter(
|
||||
// (property) => -1 < inArray(property.type(), [ContactPropertyType.Note])
|
||||
// );
|
||||
|
||||
this.viewPropertiesOther = ko.computed(() => {
|
||||
const list = _.filter(this.viewProperties(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue