Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit e5b61b0

Browse files
authored
Fix cached status
1 parent 6bfab8d commit e5b61b0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Sources/prostore/views/CertificateView.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ struct CertificateView: View {
296296
?? (cached["overall_status"] as? String)
297297
?? "Unknown"
298298
await MainActor.run {
299-
certStatuses[certCopy.folderName] = status + " (cached)"
299+
certStatuses[certCopy.folderName] = status
300300
}
301301
}
302302

@@ -570,3 +570,4 @@ struct AddCertificateView: View {
570570
DispatchQueue.global(qos: .userInitiated).async(execute: workItem)
571571
}
572572
}
573+

0 commit comments

Comments
 (0)