diff --git a/app/src/util/Tree.ts b/app/src/util/Tree.ts
index d90690531..0449dde73 100644
--- a/app/src/util/Tree.ts
+++ b/app/src/util/Tree.ts
@@ -58,8 +58,8 @@ export class Tree {
iconHTML = '';
} else if (item.type === "backlink") {
iconHTML = ``;
- } else if (item.type === "NodeHeading") {
- iconHTML = ``;
+ } else if (item.type === "outline") {
+ iconHTML = ``;
}
let countHTML = "";
if (item.count) {
@@ -121,7 +121,7 @@ data-def-path="${item.defPath}">
${iconHTML}
- ${item.content}
+ ${item.content}
${countHTML}
${this.blockExtHTML || ""}
`;