mirror of
https://github.com/balzack/databag.git
synced 2025-04-24 02:25:26 +00:00
fix typo
This commit is contained in:
parent
f905d9ec3c
commit
993d93ac8d
@ -236,7 +236,7 @@ export class ContactModule implements Contact {
|
||||
const summaryData = summary.sealed ? item.unsealedSummary : summary.data;
|
||||
|
||||
const { pushEnabled } =
|
||||
members.find(({ member }) => member === this.guid) | {};
|
||||
detail.members.find(({ member }) => member === this.guid) | {};
|
||||
const contacts = detail.members
|
||||
.filter(({ member }) => member != this.guid)
|
||||
.map(({ member, pushEnabled }) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user