This commit is contained in:
David Ralph
2020-12-02 12:23:55 +00:00
parent 89b4d154ad
commit fc570089c2
10 changed files with 67 additions and 70 deletions

View File

@@ -24,6 +24,7 @@ export default class MarketplaceFunctions {
console.error(e);
}
}
let installed = JSON.parse(localStorage.getItem('installed'));
for (let i = 0; i < installed.length; i++) {
if (installed[i].name === name) {