mirror of
https://github.com/mue/mue.git
synced 2026-07-25 09:47:26 +02:00
cleanup
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user