diff --git a/web/src/App.tsx b/web/src/App.tsx index c2924c0..4a920d8 100644 --- a/web/src/App.tsx +++ b/web/src/App.tsx @@ -28,7 +28,6 @@ const App = (props: AppProps) => { }, [renderedPage]); setupNextPageTransition(); - return (
{renderedPage === "LANDING" && }