Fix empty profile title

If no display name is provided, use user account name.
This commit is contained in:
molan-git 2020-05-04 10:17:10 +02:00 committed by GitHub
parent 97fc84f0c7
commit ac26d6772b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -141,7 +141,7 @@ Page {
header: ProfileHeader {
id: header
title: display_name
description: username
description: username
image: profileImage
}