Skip to content

Commit

Permalink
fixed section type (#107)
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 21, 2021
1 parent c29a0f2 commit 3119935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DGCAVerifier/ViewControllers/CertificateViewer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ class CertificateViewerVC: UIViewController {
}
}
section.sectionItems = listOfRulesSection
self.hCert?.makeSectionForRuleError(infoSections: section)
self.hCert?.makeSectionForRuleError(infoSections: section, for: .verifier)
self.infoTable.reloadData()
}
}
Expand Down

0 comments on commit 3119935

Please sign in to comment.