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
|
id: ttl
|
||||||
text:
|
text:
|
||||||
if (title === "") {
|
if (title === "") {
|
||||||
description.split('@')[0]
|
description.split('')[0]
|
||||||
}
|
}
|
||||||
else title
|
else title
|
||||||
height: contentHeight
|
height: contentHeight
|
||||||
|
|
Loading…
Reference in a new issue