Skip to content

Commit

Permalink
revert changes for error section for wallet app (#92)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandr Chernyy <[email protected]>
  • Loading branch information
alexchornyi and pingus-nikalex authored Jul 27, 2021
1 parent 3125cb4 commit 63265b7
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Sources/Models/HCert.swift
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,6 @@ public struct HCert {
InfoSection(header: l10n("header.validity-errors"), content: validityFailures.joined(separator: " "))
]
}
if !isValid { return }
}
if let last = get(.lastNameStandardized).string {
info += [
Expand Down Expand Up @@ -419,7 +418,6 @@ public struct HCert {
InfoSection(header: l10n("header.validity-errors"), content: validityFailures.joined(separator: " "))
]
}
if !isValid { return }
}
if let last = get(.lastNameStandardized).string {
info += [
Expand Down Expand Up @@ -468,7 +466,6 @@ public struct HCert {
InfoSection(header: l10n("header.validity-errors"), content: validityFailures.joined(separator: " "))
]
}
if !isValid { return }
}
if let last = get(.lastNameStandardized).string {
info += [
Expand Down

0 comments on commit 63265b7

Please sign in to comment.