diff --git a/web/src/app.rs b/web/src/app.rs index a99e31e0..f324ad51 100644 --- a/web/src/app.rs +++ b/web/src/app.rs @@ -111,37 +111,33 @@ pub fn App() -> impl IntoView { // in a sense it's what we want: refreshing the home tl is main purpose, but also // server tl may contain stuff we can no longer see, or otherwise we may now be // entitled to see new posts. so while being ugly it's techically correct ig? - {move || { - view! { -
- - } - } else { - view! { } - } - /> +
+ + } + } else { + view! { } + } + /> - } /> - } /> - } /> + } /> + } /> + } /> - - } /> - + + } /> + - } /> - } /> + } /> + } /> - - + + - } /> - -
- } - }} + } /> +
+