This commit is contained in:
CHIEFSOFT\ameye
2024-11-30 03:31:12 -05:00
parent dbed26a8ad
commit 492c4740fb
+1 -1
View File
@@ -55,7 +55,7 @@ export class ContactsDataService {
var ik = 0;
contactResult.contacts.map(( contact )=>{
if (ik ==0 ){
if (ik < 5 ){
alert(contact);
}
ik++;