New builds for iOS 1.0.3 and Android 1.5.1
This commit is contained in:
@@ -635,12 +635,6 @@ struct ProblemExpandedView: View {
|
||||
.foregroundColor(.secondary)
|
||||
}
|
||||
|
||||
if let setter = problem.setter, !setter.isEmpty {
|
||||
Label(setter, systemImage: "person")
|
||||
.font(.subheadline)
|
||||
.foregroundColor(.secondary)
|
||||
}
|
||||
|
||||
if let description = problem.description, !description.isEmpty {
|
||||
Text(description)
|
||||
.font(.body)
|
||||
|
||||
Reference in New Issue
Block a user