A number of performance tweaks
This commit is contained in:
parent
07689379cb
commit
e011589a5e
3 changed files with 29 additions and 28 deletions
|
@ -516,7 +516,7 @@
|
|||
findAndFormatContact(phoneNumber) {
|
||||
const contactModel = this.findContact(phoneNumber);
|
||||
if (contactModel) {
|
||||
return contactModel.getProps();
|
||||
return contactModel.format();
|
||||
}
|
||||
|
||||
const { format } = PhoneNumber;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue