mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-02-02 07:36:45 +01:00
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…
x
Reference in New Issue
Block a user