chore: remove empty help entry inclusion

This commit is contained in:
Yohan Boniface 2024-06-14 18:30:03 +02:00
parent 1ab987d519
commit 22ccd61d87

View file

@ -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) {