chore(web): retabbed
This commit is contained in:
parent
188dd7ee81
commit
dd0c354aed
1 changed files with 6 additions and 6 deletions
|
@ -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}");
|
||||
}
|
||||
})
|
||||
}><span class="emoji">
|
||||
"\u{1f5d8}"
|
||||
</span></a>
|
||||
|
|
Loading…
Reference in a new issue