Fix empty profile title
If no display name is provided, use user account name.
This commit is contained in:
parent
97fc84f0c7
commit
ac26d6772b
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ Page {
|
|||
header: ProfileHeader {
|
||||
id: header
|
||||
title: display_name
|
||||
description: username
|
||||
description: username
|
||||
image: profileImage
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue