Fix instance long description

This commit is contained in:
Arkadiusz Fal 2022-12-12 19:46:45 +01:00
parent b351b31e05
commit 33a131d2ca

View File

@ -42,7 +42,7 @@ struct Instance: Defaults.Serializable, Hashable, Identifiable {
}
var longDescription: String {
name.isEmpty ? "\(app.name) - \(apiURLString)" : "\(app.name) - \(name) (\(apiURL))"
name.isEmpty ? "\(app.name) - \(apiURLString)" : "\(app.name) - \(name) (\(apiURLString))"
}
var shortDescription: String {