chore: getting rid of jinja variable in wallet.html (#3547)

This commit is contained in:
dni ⚡
2025-11-21 09:01:53 +01:00
committed by GitHub
parent 5346ac47b1
commit 3ccefb70fa
7 changed files with 19 additions and 38 deletions
+1 -1
View File
@@ -579,7 +579,7 @@ window.PageAccount = {
// filter out themes that are not allowed
this.themeOptions = this.themeOptions.filter(theme =>
this.allowedThemes.includes(theme.name)
this.LNBITS_THEME_OPTIONS.includes(theme.name)
)
}
}