Don't show error dialog with valid ACI
This commit is contained in:
parent
f394fd65fb
commit
67a51415d0
1 changed files with 1 additions and 1 deletions
|
@ -12,5 +12,5 @@ export const isSafetyNumberNotAvailable = (
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
return isAciString(contact.serviceId);
|
return !isAciString(contact.serviceId);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue