From 22ccd61d870451ff94222a8a9dc60655a101ec1f Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Fri, 14 Jun 2024 18:30:03 +0200 Subject: [PATCH] chore: remove empty help entry inclusion --- umap/static/umap/js/modules/help.js | 1 - 1 file changed, 1 deletion(-) diff --git a/umap/static/umap/js/modules/help.js b/umap/static/umap/js/modules/help.js index 965da191..da2bbe42 100644 --- a/umap/static/umap/js/modules/help.js +++ b/umap/static/umap/js/modules/help.js @@ -176,7 +176,6 @@ export default class Help { tagName: 'div', className: 'umap-help-entry', parent: container, - innerHTML: ENTRIES[name], }).appendChild(this._buildEditEntry()) } else { for (const name of entries) {