diff --git a/web/src/page.rs b/web/src/page.rs index e8e6fd6..42b924c 100644 --- a/web/src/page.rs +++ b/web/src/page.rs @@ -215,12 +215,12 @@ pub fn ObjectPage(tl: Timeline) -> impl IntoView { class="clean ml-1" href="#" class:hidden=move || tl.is_empty() on:click=move |_| { - tl.reset(tl.next.get().split('?').next().unwrap_or_default().to_string()); - spawn_local(async move { - if let Err(e) = tl.more(auth).await { - tracing::error!("error fetching more items for timeline: {e}"); - } - }) + tl.reset(tl.next.get().split('?').next().unwrap_or_default().to_string()); + spawn_local(async move { + if let Err(e) = tl.more(auth).await { + tracing::error!("error fetching more items for timeline: {e}"); + } + }) }> "\u{1f5d8}"