diff --git a/src/App.tsx b/src/App.tsx index 5afd86de..eec219e5 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -277,7 +277,9 @@ const MainApp = () => { const ReaderApp = () => ( - } /> + }> + } /> + );