Fix BetterFolders Fully
Some checks are pending
Test / Test (push) Waiting to run
Release / Build Equicord (push) Waiting to run

This commit is contained in:
thororen1234 2025-06-09 21:09:08 -04:00
parent 1f48f2b9f3
commit ddafaaa155
No known key found for this signature in database

View file

@ -364,7 +364,7 @@ export default definePlugin({
}
try {
return filterTreeWithTargetNode(child, child => child?.props?.role === "tree");
return filterTreeWithTargetNode(child, child => child?.props?.renderTreeNode != null);
} catch (e) {
console.error(e);
return true;