diff --git a/native/MainPage.qml b/native/MainPage.qml index ed66e91..2cb18eb 100644 --- a/native/MainPage.qml +++ b/native/MainPage.qml @@ -205,7 +205,7 @@ Rectangle { start: jsonResponse[i].licenses[ii].start ?? "Indefinitely", end: jsonResponse[i].licenses[ii].end ?? "Indefinitely", amount: jsonResponse[i].licenses[ii].amount ? jsonResponse[i].licenses[ii].amount.toString() : "∞", - key: jsonResponse[i].licenses[ii].key + key: jsonResponse[i].licenses[ii].id }); } }