Use title for nodes todo

This commit is contained in:
MatMoul 2024-10-31 18:54:36 +01:00
parent ee7c8818a2
commit bb08512e67

View File

@ -5,7 +5,7 @@ div#HEADFILES
if(curNode?.todo?.length > 0) {
curNode.todo.forEach((itm) => {
const nodeItem = {
name: curNode.name,
name: curNode.title,
url: curNode.url,
todo: itm,
}