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 isAciString(contact.serviceId);
|
||||
return !isAciString(contact.serviceId);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue