Lots of UI quality of life changes.

This commit is contained in:
Max Goedjen
2020-09-10 23:07:31 -07:00
parent 78dc4c0d93
commit c2fc71d299
7 changed files with 70 additions and 65 deletions

View File

@@ -104,7 +104,7 @@ extension Release: Identifiable {
extension Release {
public var critical: Bool {
return body.contains(Constants.securityContent)
body.contains(Constants.securityContent)
}
}