diff --git a/interface/resources/qml/hifi/commerce/wallet/WalletHome.qml b/interface/resources/qml/hifi/commerce/wallet/WalletHome.qml index b2b6f7b8fe..efa927749d 100644 --- a/interface/resources/qml/hifi/commerce/wallet/WalletHome.qml +++ b/interface/resources/qml/hifi/commerce/wallet/WalletHome.qml @@ -383,7 +383,7 @@ Item { AnonymousProRegular { id: hfcText; - text: model.hfc_text; + text: model.hfc_text || ''; // Style size: 18; anchors.left: parent.left;