execute if no text.
This commit is contained in:
parent
b6cb83a146
commit
e8f52cd75a
@ -88,7 +88,7 @@ import MVMCore
|
||||
|
||||
@objc public func hasValidMDN() -> Bool {
|
||||
|
||||
guard let MDN = mdn, MDN.isEmpty else { return false }
|
||||
guard let MDN = mdn, !MDN.isEmpty else { return false }
|
||||
|
||||
if isNationalMDN {
|
||||
return MVMCoreUIUtility.validateMDNString(MDN)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user