diff --git a/web/src/app.rs b/web/src/app.rs index 8992acd..1885468 100644 --- a/web/src/app.rs +++ b/web/src/app.rs @@ -113,7 +113,7 @@ pub fn App() -> impl IntoView { if auth.present() { view! { } } else { - view! { } + view! { } } /> } />