Make naming of symbols consistent

This commit is contained in:
David Langley
2021-09-07 23:02:26 +01:00
parent 372da7cdde
commit a09028c4e5
12 changed files with 35 additions and 35 deletions
@@ -19,5 +19,5 @@ import Foundation
struct TemplateUserProfileViewState {
let avatar: AvatarInputType?
let displayName: String?
var presence: TemplatePresence = .offline
var presence: TemplateUserProfilePresence = .offline
}