native: fix delete button
This commit is contained in:
parent
f1d6fb47db
commit
0fe63dff1b
1 changed files with 1 additions and 1 deletions
|
@ -205,7 +205,7 @@ Rectangle {
|
||||||
start: jsonResponse[i].licenses[ii].start ?? "Indefinitely",
|
start: jsonResponse[i].licenses[ii].start ?? "Indefinitely",
|
||||||
end: jsonResponse[i].licenses[ii].end ?? "Indefinitely",
|
end: jsonResponse[i].licenses[ii].end ?? "Indefinitely",
|
||||||
amount: jsonResponse[i].licenses[ii].amount ? jsonResponse[i].licenses[ii].amount.toString() : "∞",
|
amount: jsonResponse[i].licenses[ii].amount ? jsonResponse[i].licenses[ii].amount.toString() : "∞",
|
||||||
key: jsonResponse[i].licenses[ii].key
|
key: jsonResponse[i].licenses[ii].id
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue