cr feedback

This commit is contained in:
David Kelly 2017-08-29 08:46:13 -07:00
parent 67f25adac0
commit 84126d8f95

View file

@ -41,8 +41,8 @@ Item {
}
onHistoryResult : {
if (result.status == 'success') {
var txt = result.data.history.map(function(h) { return h.text; }).join("<hr>");
if (result.status === 'success') {
var txt = result.data.history.map(function (h) { return h.text; }).join("<hr>");
transactionHistoryText.text = txt;
}
}