fix: extension stayed active in frontend extension list (#3617)

This commit is contained in:
dni ⚡
2025-12-04 10:05:40 +01:00
committed by GitHub
parent ad268516a9
commit 1fe35070f4
3 changed files with 3 additions and 7 deletions
@@ -45,10 +45,6 @@ window.app.component('lnbits-manage-extension-list', {
.toLocaleLowerCase()
.includes(this.searchTerm.toLocaleLowerCase())
})
.map(obj => {
obj.isActive = window.location.pathname.startsWith(obj.url)
return obj
})
}
},
async created() {