diff --git a/templates/js/_topMenuApps.js b/templates/js/_topMenuApps.js index 103a453..455b09a 100644 --- a/templates/js/_topMenuApps.js +++ b/templates/js/_topMenuApps.js @@ -43,7 +43,7 @@ const updateTopMenu = function() { return } - navigationAppsHtml = '' + let navigationAppsHtml = '' for (let app of apps) { const dataId = app.getAttribute('data-id')