diff --git a/src/App.tsx b/src/App.tsx index 3c7daee..29f9b0f 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -286,6 +286,7 @@ export function App() { return !node.isLeaf ? ( - + {node.data.book.title} + + {!book.chapters.length && ready && ( + + (empty) + + )} @@ -429,12 +441,6 @@ export function App() { - {!book.chapters.length && ready && ( - - Chapters not found. You can create one using the menu - above. - - )} ) : (