mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-06-07 14:28:50 +00:00
Close #758
This commit is contained in:
parent
195ab4cd65
commit
dedc7af49c
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ public extension Account {
|
||||||
}
|
}
|
||||||
|
|
||||||
var safeDisplayName: String {
|
var safeDisplayName: String {
|
||||||
if displayName.isEmpty {
|
if displayName.isEmpty || displayName == "" {
|
||||||
return username
|
return username
|
||||||
}
|
}
|
||||||
return displayName
|
return displayName
|
||||||
|
|
Loading…
Reference in a new issue