Close #758
This commit is contained in:
parent
195ab4cd65
commit
dedc7af49c
|
@ -10,7 +10,7 @@ public extension Account {
|
|||
}
|
||||
|
||||
var safeDisplayName: String {
|
||||
if displayName.isEmpty {
|
||||
if displayName.isEmpty || displayName == "" {
|
||||
return username
|
||||
}
|
||||
return displayName
|
||||
|
|
Loading…
Reference in New Issue