execute if no text.

This commit is contained in:
Kevin G Christiano 2020-01-08 13:13:17 -05:00
parent b6cb83a146
commit e8f52cd75a

View File

@ -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)