fix zoznam
This commit is contained in:
@@ -648,7 +648,7 @@ export default {
|
|||||||
|
|
||||||
let textZoznam = `# zoznam kolekcií`
|
let textZoznam = `# zoznam kolekcií`
|
||||||
|
|
||||||
if (Object.keys(kolekcie)) {
|
if (kolekcie) {
|
||||||
for (const kolekcia of Object.keys(kolekcie)) {
|
for (const kolekcia of Object.keys(kolekcie)) {
|
||||||
textZoznam += `\n- ${kolekcia}`
|
textZoznam += `\n- ${kolekcia}`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user