Update ProfileHeader.qml
This commit is contained in:
parent
231c4d6e19
commit
4a03433ccb
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ Item {
|
|||
id: ttl
|
||||
text:
|
||||
if (title === "") {
|
||||
description.split('@')[0]
|
||||
description.split('')[0]
|
||||
}
|
||||
else title
|
||||
height: contentHeight
|
||||
|
|
Loading…
Reference in a new issue