diff --git a/src/App.tsx b/src/App.tsx index f1e6308..b997cb0 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1340,7 +1340,7 @@ export default function App() { × - {expanded ? ( + {expanded && childEntries.length > 0 ? (
{childEntries.map((entry) => entry.kind === "folder"