profile when user delete
This commit is contained in:
parent
c84a8e36a0
commit
55839ffd5d
@ -232,6 +232,11 @@ struct MessageProfileView: View {
|
||||
title: NSLocalizedString("Юзернейм", comment: ""),
|
||||
value: login
|
||||
)
|
||||
}else{
|
||||
infoRow(
|
||||
title: NSLocalizedString("Юзернейм", comment: ""),
|
||||
value: "Неизвестный пользователь"
|
||||
)
|
||||
}
|
||||
|
||||
if let membership = membershipDescription {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user