Skip to content

Commit 49f624a

Browse files
authored
Update src/app/src/composables/useTree.ts
1 parent d65fca8 commit 49f624a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/src/composables/useTree.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export const useTree = (type: StudioFeature, host: StudioHost, draft: ReturnType
5959
!preferences.value.syncEditorAndRoute
6060
|| type === StudioFeature.Media
6161
|| item.name === '.navigation'
62-
|| item.routePath === undefined
62+
|| !item.routePath
6363
) {
6464
return
6565
}

0 commit comments

Comments
 (0)