Skip to content

Commit d5bb202

Browse files
Update src/renderer/extensions/vueNodes/components/NodeHeader.vue
Co-authored-by: filtered <[email protected]>
1 parent 628ccd5 commit d5bb202

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/extensions/vueNodes/components/NodeHeader.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ watch(
142142
}
143143
)
144144
145-
const isPinned = computed(() => nodeData?.flags?.pinned ?? false)
145+
const isPinned = computed(() => Boolean(nodeData?.flags?.pinned))
146146
147147
// Subgraph detection
148148
const isSubgraphNode = computed(() => {

0 commit comments

Comments
 (0)