fix zoznam

This commit is contained in:
2026-09-23 19:47:32 +02:00
parent 8abe3ede90
commit a7168aeddb

View File

@@ -648,7 +648,7 @@ export default {
let textZoznam = `# zoznam kolekcií`
if (Object.keys(kolekcie)) {
if (kolekcie) {
for (const kolekcia of Object.keys(kolekcie)) {
textZoznam += `\n- ${kolekcia}`
}