(cq) add missing let
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
gitea-sonarqube-bot Analysis pending...
ci/woodpecker/pr/woodpecker Pipeline failed

This commit is contained in:
Simon Vieille 2022-08-21 16:13:39 +02:00
parent d837f1acf5
commit 13f535250a
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -43,7 +43,7 @@ const updateTopMenu = function() {
return
}
navigationAppsHtml = ''
let navigationAppsHtml = ''
for (let app of apps) {
const dataId = app.getAttribute('data-id')