fix error when pending

This commit is contained in:
David Kelly 2018-01-16 15:04:05 -08:00
parent 929760c226
commit a9fc63da4c

View file

@ -383,7 +383,7 @@ Item {
AnonymousProRegular {
id: hfcText;
text: model.hfc_text;
text: model.hfc_text || '';
// Style
size: 18;
anchors.left: parent.left;